tests/basics: Add tests for assignment operator :=.
This commit is contained in:
6
tests/basics/assign_expr_syntaxerror.py.exp
Normal file
6
tests/basics/assign_expr_syntaxerror.py.exp
Normal file
@@ -0,0 +1,6 @@
|
||||
SyntaxError
|
||||
SyntaxError
|
||||
[1, 2, 3, 4]
|
||||
[-1]
|
||||
[[0, 0], [1, 1]]
|
||||
[[0, 1], [0, 1]]
|
||||
Reference in New Issue
Block a user