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
+2
View File
@@ -0,0 +1,2 @@
#!/bin/wren
IO.print("ok") // expect: ok
+1
View File
@@ -0,0 +1 @@
#!/bin/wren
+3
View File
@@ -0,0 +1,3 @@
// expect error line 3
IO.print("nope")
#!/bin/wren