]> granicus.if.org Git - python/commit
Add test for syntax error on "x = 1 + 1".
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 19 Feb 2001 15:35:26 +0000 (15:35 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 19 Feb 2001 15:35:26 +0000 (15:35 +0000)
commit4779399e9f4ff6fe7734fa9931aa6df82a98da24
treebb5da06b7e75258f69c244e73ad9e5a91fdc5fe9
parentc348cd751846ddc8cec61c47928867e30d94549c
Add test for syntax error on "x = 1 + 1".
Move check_syntax() function into test_support.
Lib/test/output/test_grammar
Lib/test/test_grammar.py
Lib/test/test_scope.py
Lib/test/test_support.py