ModSecurity/apache2/t/op/unconditionalMatch.t
2008-02-08 00:07:12 +00:00

24 lines
297 B
Perl

### 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,
},