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

@@ -1 +1,23 @@
### Empty
{
type => "op",
name => "unconditionalMatch",
param => "",
input => "",
ret => 1,
},
{
type => "op",
name => "unconditionalMatch",
param => "TestCase",
input => "",
ret => 1,
},
{
type => "op",
name => "unconditionalMatch",
param => "",
input => "TestCase",
ret => 1,
},