ModSecurity/apache2/t/op/noMatch.t
2007-12-21 16:20:51 +00:00

24 lines
264 B
Perl

### Empty
{
type => "op",
name => "noMatch",
param => "",
input => "",
ret => 0,
},
{
type => "op",
name => "noMatch",
param => "TestCase",
input => "",
ret => 0,
},
{
type => "op",
name => "noMatch",
param => "",
input => "TestCase",
ret => 0,
},