forked from Mirror/wren
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.
This commit is contained in:
2
test/language/semicolon.wren
Normal file
2
test/language/semicolon.wren
Normal file
@ -0,0 +1,2 @@
|
||||
// Semicolons are not valid separators.
|
||||
var a = "ok"; IO.print(a) // expect error
|
||||
Reference in New Issue
Block a user