Imported Upstream version 2.5.11
[libapache-mod-security.git] / apache2 / t / op / pmFromFile.t
1 ### No Match
2 {
3         type => "op",
4         name => "pmFromFile",
5         param => "op/pmFromFile-01.dat",
6         input => "xxxyyyzzz",
7         ret => 0,
8 },
9
10 ### Multiple
11 {
12         type => "op",
13         name => "pmFromFile",
14         param => "op/pmFromFile-01.dat",
15         input => "defxxxyyy",
16         ret => 1,
17 },
18 {
19         type => "op",
20         name => "pmFromFile",
21         param => "op/pmFromFile-01.dat",
22         input => "xxxdefyyy",
23         ret => 1,
24 },
25 {
26         type => "op",
27         name => "pmFromFile",
28         param => "op/pmFromFile-01.dat",
29         input => "xxxyyydef",
30         ret => 1,
31 },
32 {
33         type => "op",
34         name => "pmFromFile",
35         param => "op/pmFromFile-01.dat",
36         input => "xxx yyy zzz",
37         ret => 1,
38 },
39 {
40         type => "op",
41         name => "pmFromFile",
42         param => "op/pmFromFile-01.dat",
43         input => "xxx yyy",
44         ret => 0,
45 },