diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2006-02-28 17:46:23 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2006-02-28 17:46:23 (GMT) |
commit | 7b03bade2b9fcb833043f2c2690fbc2de76290a7 (patch) | |
tree | bded946b9fc1caa7c0c9048bb26aae2782d87e39 /Lib/test/output | |
parent | fb609f421568e53d05c979980f00455d2b5da820 (diff) | |
download | cpython-7b03bade2b9fcb833043f2c2690fbc2de76290a7.zip cpython-7b03bade2b9fcb833043f2c2690fbc2de76290a7.tar.gz cpython-7b03bade2b9fcb833043f2c2690fbc2de76290a7.tar.bz2 |
Test case to cover subscription bug from SF 1333982
Diffstat (limited to 'Lib/test/output')
-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 fed4197..4fa9cb0 100644 --- a/Lib/test/output/test_grammar +++ b/Lib/test/output/test_grammar @@ -55,6 +55,7 @@ multiplicative ops unary ops selectors +[1, (1,), (1, 2), (1, 2, 3)] atoms classdef ['Apple', 'Banana', 'Coco nut'] |