usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / pcre / testdata / testinput12
blob7deba3c44d7944faa9430f8faafd37f627272894
1 /-- This test is run only when JIT support is available. It checks for a
2 successful and an unsuccessful JIT compile and save and restore behaviour,
3 and a couple of things that are different with JIT. --/
5 /abc/S+I
7 /ab(*THEN)/S+I
9 /abc/S+I>testsavedregex
11 <testsavedregex
12     abc
14 /a*/SI
16 /(?(R)a*(?1)|((?R))b)/S+
17     aaaabcde
18     
19 /-- Test various compile modes --/ 
20     
21 /abcd/S++
22     abcd
23     xyz  
25 /abcd/S+
26     abcd
27     ab\P
28     ab\P\P
29     xyz
31 /abcd/S++
32     abcd
33     ab\P
34     ab\P\P
35     xyz
37 /abcd/S++1
38     abcd
39     ab\P
40     ab\P\P
41     xyz
42     xyz\P
44 /abcd/S++2
45     abcd
46     ab\P
47     ab\P\P
48     xyz
50 /abcd/S++3
51     abcd
52     ab\P
53     ab\P\P
54     xyz
56 /abcd/S++4
57     abcd
58     ab\P
59     ab\P\P
60     xyz
62 /abcd/S++5
63     abcd
64     ab\P
65     ab\P\P
66     xyz
68 /abcd/S++6
69     abcd
70     ab\P
71     ab\P\P
72     xyz
74 /abcd/S++7
75     abcd
76     ab\P
77     ab\P\P
78     xyz
79     
80 /abcd/S++2I 
82 /(*NO_START_OPT)a(*:m)b/KS++
83     a
85 /.?(*THEN)/S+I
87 /.?(*THEN)/S!+I
89 /-- End of testinput12 --/