A pattern of "" (empty string) should always match.

This commit is contained in:
brectanus
2008-02-07 23:21:31 +00:00
parent b579e704ab
commit 827a5831e2
5 changed files with 89 additions and 15 deletions

View File

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