Files
ModSecurity/2.5.13/2.5.x/apache2/t/op/unconditionalMatch.t
brenosilva 47c791938f
2011-01-06 19:18:48 +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,
},