Files
wren/test/language/for/newline_before_in.wren
T
Bob Nystrom 64eccdd9be Reorganize tests and benchmark scripts.
Mainly to get rid of one top level directory. But this will
also be useful when there are tests of the embedding API.
2015-03-14 12:45:56 -07:00

3 lines
45 B
Plaintext

for (i // expect error
in [1]) IO.print(i)