Merge branch 'feature-shebang-support' of git://github.com/mauvm/wren into mauvm-feature-shebang-support
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/wren
|
||||
IO.print("ok") // expect: ok
|
||||
@@ -0,0 +1 @@
|
||||
#!/bin/wren
|
||||
@@ -0,0 +1,3 @@
|
||||
// expect error line 3
|
||||
IO.print("nope")
|
||||
#!/bin/wren
|
||||
@@ -0,0 +1,3 @@
|
||||
#/invalid/shebang
|
||||
// expect error line 1
|
||||
IO.print("nope")
|
||||
Reference in New Issue
Block a user