1
0
forked from Mirror/wren

Add tests.

This commit is contained in:
mauvm
2015-01-03 20:53:17 +01:00
parent fa96fb0a8e
commit 8a54ef9919
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/wren
IO.print("ok") // expect: ok

View File

@ -0,0 +1 @@
#!/bin/wren

View File

@ -0,0 +1,3 @@
// expect error line 3
IO.print("nope")
#!/bin/wren