diff options
author | Barry Warsaw <barry@python.org> | 2000-08-29 04:57:10 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-08-29 04:57:10 (GMT) |
commit | 9182b45a5a9670c316f1391bc31f824191d8e3ef (patch) | |
tree | 55e9b15ecb5fd1988e87450cbb6c12b909696bef /Lib/test/output/test_grammar | |
parent | 093abe005d1017540c1c134f0f4107203a3cf8bd (diff) | |
download | cpython-9182b45a5a9670c316f1391bc31f824191d8e3ef.zip cpython-9182b45a5a9670c316f1391bc31f824191d8e3ef.tar.gz cpython-9182b45a5a9670c316f1391bc31f824191d8e3ef.tar.bz2 |
Added tests of "print >> None"
Diffstat (limited to 'Lib/test/output/test_grammar')
-rw-r--r-- | Lib/test/output/test_grammar | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_grammar b/Lib/test/output/test_grammar index 8a0c531..739d0c5 100644 --- a/Lib/test/output/test_grammar +++ b/Lib/test/output/test_grammar @@ -23,6 +23,7 @@ extended print_stmt 1 2 3 1 2 3 1 1 1 +hello world del_stmt pass_stmt flow_stmt |