Imported Upstream version 2.5.11
[libapache-mod-security.git] / apache2 / t / tfn / parityOdd7bit.t
1 ### Empty
2 {
3         type => "tfn",
4         name => "parityOdd7bit",
5         input => "",
6         output => "",
7         ret => 0,
8 },
9
10 ### Nothing
11 {
12         type => "tfn",
13         name => "parityOdd7bit",
14         input => "abdghkmnpsuvyz12478CEFIJLOQRTW",
15         output => "abdghkmnpsuvyz12478CEFIJLOQRTW",
16         ret => 0,
17 },
18
19 ### Parity
20 {
21         type => "tfn",
22         name => "parityOdd7bit",
23         input => "abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ",
24         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",
25         ret => 1,
26 },
27 {
28         type => "tfn",
29         name => "parityOdd7bit",
30         input => "abcdefghijklmnopqrstuvwxyz\x000123456789\x00ABCDEFGHIJKLMNOPQRSTUVWXYZ",
31         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",
32         ret => 1,
33 },
34