summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/srclib/pcre/testdata/testinput6
blob: 00748513c65cdff0425a87c22c932861c0bd205a (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
/\x{100}/8DM

/\x{1000}/8DM

/\x{10000}/8DM

/\x{100000}/8DM

/\x{1000000}/8DM

/\x{4000000}/8DM

/\x{7fffFFFF}/8DM

/[\x{ff}]/8DM

/[\x{100}]/8DM

/\x{ffffffff}/8

/\x{100000000}/8

/^\x{100}a\x{1234}/8
    \x{100}a\x{1234}bcd

/\x80/8D

/\xff/8D

/\x{0041}\x{2262}\x{0391}\x{002e}/D8
    \x{0041}\x{2262}\x{0391}\x{002e}
    
/\x{D55c}\x{ad6d}\x{C5B4}/D8 
    \x{D55c}\x{ad6d}\x{C5B4} 

/\x{65e5}\x{672c}\x{8a9e}/D8
    \x{65e5}\x{672c}\x{8a9e}

/\x{80}/D8

/\x{084}/D8

/\x{104}/D8

/\x{861}/D8

/\x{212ab}/D8

/.{3,5}X/D8
    \x{212ab}\x{212ab}\x{212ab}\x{861}X


/.{3,5}?/D8
    \x{212ab}\x{212ab}\x{212ab}\x{861}

/-- These tests are here rather than in testinput5 because Perl 5.6 has --/
/-- some problems with UTF-8 support, in the area of \x{..} where the   --/
/-- value is < 255. It grumbles about invalid UTF-8 strings.            --/

/^[a\x{c0}]b/8
    \x{c0}b
    
/^([a\x{c0}]*?)aa/8
    a\x{c0}aaaa/ 

/^([a\x{c0}]*?)aa/8
    a\x{c0}aaaa/ 
    a\x{c0}a\x{c0}aaa/ 

/^([a\x{c0}]*)aa/8
    a\x{c0}aaaa/ 
    a\x{c0}a\x{c0}aaa/ 

/^([a\x{c0}]*)a\x{c0}/8
    a\x{c0}aaaa/ 
    a\x{c0}a\x{c0}aaa/ 

/ End of testinput6 /