1
0
forked from Mirror/wren

Use lexError() and add test for invalid shebang.

This commit is contained in:
mauvm
2015-01-04 19:56:16 +01:00
parent dfb381e43b
commit 6c549e0cc5
2 changed files with 16 additions and 19 deletions

View File

@ -0,0 +1,3 @@
#/invalid/shebang
// expect error line 1
IO.print("nope")