Fix missing comma in test case for whitespace eating

This commit is contained in:
K. Lange 2021-01-04 21:23:55 +09:00
parent 5c1d8f24b6
commit feeaa30d11

View File

@ -16,6 +16,6 @@ let l = [
print l
for i in [1,2
for i in [1,2,
3,4]:
print "lol",i