aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_ast.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ast.py')
-rw-r--r--test/test_ast.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_ast.py b/test/test_ast.py
index 84508c7..008bd55 100644
--- a/test/test_ast.py
+++ b/test/test_ast.py
@@ -316,6 +316,7 @@ import x as bar
"repr({'x':-1})", "repr(((1,2,3), (4,5,6)))",
"repr(1 and 2 and 3 and 4)",
"repr(True and False or 55)",
+ "repr(lambda x, y: x+y)",
"repr(1 & 2 | 3)",
"repr(3//5)",
"repr(3^5)",