summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_grammar
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-02-19 15:54:52 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-02-19 15:54:52 (GMT)
commitf828e2d7370bf02e79bd4e58e63656332166b1dc (patch)
tree854a35a7735b3bc080ac7b307c68bde1ff1e3c7b /Lib/test/output/test_grammar
parent384639f80ec8154333b42063bb769296b3a708ca (diff)
downloadcpython-f828e2d7370bf02e79bd4e58e63656332166b1dc.zip
cpython-f828e2d7370bf02e79bd4e58e63656332166b1dc.tar.gz
cpython-f828e2d7370bf02e79bd4e58e63656332166b1dc.tar.bz2
Add simple section for assert, including assert w/ lambdas
Diffstat (limited to 'Lib/test/output/test_grammar')
-rw-r--r--Lib/test/output/test_grammar1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_grammar b/Lib/test/output/test_grammar
index 70d8836..927b4fe 100644
--- a/Lib/test/output/test_grammar
+++ b/Lib/test/output/test_grammar
@@ -37,6 +37,7 @@ raise_stmt
import_stmt
global_stmt
exec_stmt
+assert_stmt
if_stmt
while_stmt
for_stmt