diff options
| author | Damien George | 2020-06-16 21:42:50 +1000 |
|---|---|---|
| committer | Damien George | 2020-06-16 22:06:30 +1000 |
| commit | e0fe8ea644b54406ca82cefdc73c98cc2e9cbe9f (patch) | |
| tree | 2adae065edca516ca901c7fb24d5cd48978becc4 /tests/basics/assign_expr_syntaxerror.py.exp | |
| parent | 2c5993c59e083d11ba8b85e82eeea9c5020ac553 (diff) | |
tests/basics: Add tests for assignment operator :=.
Diffstat (limited to 'tests/basics/assign_expr_syntaxerror.py.exp')
| -rw-r--r-- | tests/basics/assign_expr_syntaxerror.py.exp | 6 |
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 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]] |
