refactor: inline unmatchedChar logic into nextToken and add shebang error test

This commit is contained in:
mauvm
2015-01-04 18:56:16 +00:00
parent 685f791fb0
commit 6a69382275
2 changed files with 16 additions and 19 deletions
@@ -0,0 +1,3 @@
#/invalid/shebang
// expect error line 1
IO.print("nope")