diff options
author | Barry Warsaw <barry@python.org> | 1996-12-10 23:20:09 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-10 23:20:09 (GMT) |
commit | dde5c70c8af0417d4c6b675ea52852e41886e573 (patch) | |
tree | a9744f7b4f2fad5b4dc7b75f91962fb481b71134 /Lib/test/output/test_grammar | |
parent | e4a252ef88bd788db6a0712b088ff128aa33d15d (diff) | |
download | cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.zip cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.tar.gz cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.tar.bz2 |
Test output files in their new location
Diffstat (limited to 'Lib/test/output/test_grammar')
-rw-r--r-- | Lib/test/output/test_grammar | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Lib/test/output/test_grammar b/Lib/test/output/test_grammar new file mode 100644 index 0000000..4af27f7 --- /dev/null +++ b/Lib/test/output/test_grammar @@ -0,0 +1,46 @@ +test_grammar +1. Parser +1.1 Tokens +1.1.1 Backslashes +1.1.2 Numeric literals +1.1.2.1 Plain integers +1.1.2.2 Long integers +1.1.2.3 Floating point +1.1.3 String literals +1.2 Grammar +single_input +file_input +expr_input +eval_input +funcdef +simple_stmt +expr_stmt +print_stmt +1 2 3 +1 2 3 +1 1 1 +del_stmt +pass_stmt +flow_stmt +break_stmt +continue_stmt +return_stmt +raise_stmt +import_stmt +global_stmt +exec_stmt +if_stmt +while_stmt +for_stmt +try_stmt +suite +test +comparison +binary mask ops +shift ops +additive ops +multiplicative ops +unary ops +selectors +atoms +classdef |