File: unconditionalMatch.t

package info (click to toggle)
modsecurity-apache 2.9.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,444 kB
  • sloc: ansic: 53,551; sh: 5,249; perl: 2,341; cpp: 1,930; makefile: 618; xml: 6
file content (23 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
### 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,
},