File: parityOdd7bit.t

package info (click to toggle)
modsecurity-apache 2.9.11-1%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,512 kB
  • sloc: ansic: 53,551; sh: 5,249; perl: 2,340; cpp: 1,930; makefile: 618; xml: 6
file content (34 lines) | stat: -rw-r--r-- 894 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
### Empty
{
	type => "tfn",
	name => "parityOdd7bit",
	input => "",
	output => "",
	ret => 0,
},

### Nothing
{
	type => "tfn",
	name => "parityOdd7bit",
	input => "abdghkmnpsuvyz12478CEFIJLOQRTW",
	output => "abdghkmnpsuvyz12478CEFIJLOQRTW",
	ret => 0,
},

### Parity
{
	type => "tfn",
	name => "parityOdd7bit",
	input => "abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",
	output => "ab\xe3d\xe5\xe6gh\xe9\xeak\xecmn\xefp\xf1\xf2s\xf4uv\xf7\xf8yz\xb012\xb34\xb5\xb678\xb9\xc1\xc2C\xc4EF\xc7\xc8IJ\xcbL\xcd\xceO\xd0QR\xd3T\xd5\xd6WX\xd9\xda",
	ret => 1,
},
{
	type => "tfn",
	name => "parityOdd7bit",
	input => "abcdefghijklmnopqrstuvwxyz\x000123456789\x00ABCDEFGHIJKLMNOPQRSTUVWXYZ",
	output => "ab\xe3d\xe5\xe6gh\xe9\xeak\xecmn\xefp\xf1\xf2s\xf4uv\xf7\xf8yz\x80\xb012\xb34\xb5\xb678\xb9\x80\xc1\xc2C\xc4EF\xc7\xc8IJ\xcbL\xcd\xceO\xd0QR\xd3T\xd5\xd6WX\xd9\xda",
	ret => 1,
},