Add/update more unit tests.

This commit is contained in:
brectanus
2008-02-08 00:07:12 +00:00
parent 16b2821d51
commit 83c13abfea
5 changed files with 138 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
name => "endsWith",
param => "",
input => "",
ret => 0,
ret => 1,
},
{
type => "op",
@@ -18,7 +18,7 @@
name => "endsWith",
param => "",
input => "TestCase",
ret => 0,
ret => 1,
},
### General