additional test
This commit is contained in:
parent
38438904dc
commit
330e16df3e
21 changed files with 302 additions and 4 deletions
4
test/lexer/13.in
Normal file
4
test/lexer/13.in
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
a = [1, 2, 3]
|
||||
b = (x, y)
|
||||
c = { "k": v, "n": 5 }
|
||||
d = {1, 2, 3}
|
||||
Loading…
Add table
Add a link
Reference in a new issue