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,14 +4,14 @@
name => "within",
param => "",
input => "",
ret => 0,
ret => 1,
},
{
type => "op",
name => "within",
param => "TestCase",
input => "",
ret => 0,
ret => 1,
},
{
type => "op",