summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/assign_expr_syntaxerror.py.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/assign_expr_syntaxerror.py.exp')
-rw-r--r--tests/basics/assign_expr_syntaxerror.py.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/basics/assign_expr_syntaxerror.py.exp b/tests/basics/assign_expr_syntaxerror.py.exp
new file mode 100644
index 0000000000..2ba7d7df86
--- /dev/null
+++ b/tests/basics/assign_expr_syntaxerror.py.exp
@@ -0,0 +1,6 @@
+SyntaxError
+SyntaxError
+[1, 2, 3, 4]
+[-1]
+[[0, 0], [1, 1]]
+[[0, 1], [0, 1]]