Fix missing comma in test case for whitespace eating
This commit is contained in:
parent
5c1d8f24b6
commit
feeaa30d11
@ -16,6 +16,6 @@ let l = [
|
|||||||
|
|
||||||
print l
|
print l
|
||||||
|
|
||||||
for i in [1,2
|
for i in [1,2,
|
||||||
3,4]:
|
3,4]:
|
||||||
print "lol",i
|
print "lol",i
|
||||||
|
Loading…
Reference in New Issue
Block a user