First set of unit tests

This commit is contained in:
Jonathan Turner
2009-07-08 18:59:10 +00:00
parent 3d75f17d21
commit e7d63b1536
132 changed files with 194 additions and 1 deletions

2
unittests/lambda.chai Normal file
View File

@@ -0,0 +1,2 @@
var bob = fun(x) { x + 1 }
print(bob(3))