tests/basics: Add tests for assignment operator :=.

This commit is contained in:
Damien George
2020-06-16 21:42:50 +10:00
parent 2c5993c59e
commit e0fe8ea644
4 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
SyntaxError
SyntaxError
[1, 2, 3, 4]
[-1]
[[0, 0], [1, 1]]
[[0, 1], [0, 1]]