From e0fe8ea644b54406ca82cefdc73c98cc2e9cbe9f Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 16 Jun 2020 21:42:50 +1000 Subject: tests/basics: Add tests for assignment operator :=. --- tests/basics/assign_expr_syntaxerror.py.exp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/basics/assign_expr_syntaxerror.py.exp (limited to 'tests/basics/assign_expr_syntaxerror.py.exp') diff --git a/tests/basics/assign_expr_syntaxerror.py.exp b/tests/basics/assign_expr_syntaxerror.py.exp new file mode 100644 index 000000000..2ba7d7df8 --- /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]] -- cgit v1.2.3