Imported Upstream version 2.5.11
[libapache-mod-security.git] / apache2 / t / op / noMatch.t
1 ### Empty
2 {
3         type => "op",
4         name => "noMatch",
5         param => "",
6         input => "",
7         ret => 0,
8 },
9 {
10         type => "op",
11         name => "noMatch",
12         param => "TestCase",
13         input => "",
14         ret => 0,
15 },
16 {
17         type => "op",
18         name => "noMatch",
19         param => "",
20         input => "TestCase",
21         ret => 0,
22 },
23