forked from Mirror/wren
Use lexError() and add test for invalid shebang.
This commit is contained in:
3
test/shebang/shebang_with_exclamation.wren
Normal file
3
test/shebang/shebang_with_exclamation.wren
Normal file
@ -0,0 +1,3 @@
|
||||
#/invalid/shebang
|
||||
// expect error line 1
|
||||
IO.print("nope")
|
||||
Reference in New Issue
Block a user