From 4ab7adbd944c72b9f308e940524ca31a10e52bd8 Mon Sep 17 00:00:00 2001 From: Finn Bock Date: Sun, 9 Dec 2001 09:12:34 +0000 Subject: The initial patch #468662 was not applied quite verbatim. This should one will fix the remaining Jython issues. This closes patch "[ #490411 ] Jython and test_grammar.py". --- Lib/test/test_grammar.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/test/test_grammar.py b/Lib/test/test_grammar.py index da3dad5..bb843fb 100644 --- a/Lib/test/test_grammar.py +++ b/Lib/test/test_grammar.py @@ -152,7 +152,8 @@ verify(f2.func_code.co_varnames == ('one_argument',)) verify(f3.func_code.co_varnames == ('two', 'arguments')) if sys.platform.startswith('java'): verify(f4.func_code.co_varnames == - ('two', '(compound, (argument, list))',)) + ('two', '(compound, (argument, list))', 'compound', 'argument', + 'list',)) verify(f5.func_code.co_varnames == ('(compound, first)', 'two', 'compound', 'first')) else: -- cgit v0.12