38 |
|
|
39 |
/ab\gdef/X |
/ab\gdef/X |
40 |
|
|
41 |
|
/(?X)ab\gdef/X |
42 |
|
|
43 |
/x{5,4}/ |
/x{5,4}/ |
44 |
|
|
45 |
/z{65536}/ |
/z{65536}/ |
148 |
".*/\Xfoo"X |
".*/\Xfoo"X |
149 |
/this/is/a/very/long/line/in/deed/with/very/many/slashes/in/it/you/see/ |
/this/is/a/very/long/line/in/deed/with/very/many/slashes/in/it/you/see/ |
150 |
|
|
151 |
|
"(?X).*/\Xfoo" |
152 |
|
/this/is/a/very/long/line/in/deed/with/very/many/slashes/in/it/you/see/ |
153 |
|
|
154 |
".*/\Xfoo"X |
".*/\Xfoo"X |
155 |
/this/is/a/very/long/line/in/deed/with/very/many/slashes/in/and/foo |
/this/is/a/very/long/line/in/deed/with/very/many/slashes/in/and/foo |
156 |
|
|
157 |
|
"(?X).*/\Xfoo" |
158 |
|
/this/is/a/very/long/line/in/deed/with/very/many/slashes/in/and/foo |
159 |
|
|
160 |
/(\.\d\d[1-9]?)\d+/ |
/(\.\d\d[1-9]?)\d+/ |
161 |
1.230003938 |
1.230003938 |
162 |
1.875000282 |
1.875000282 |
295 |
|
|
296 |
/((a|b|c)*)*/ |
/((a|b|c)*)*/ |
297 |
|
|
298 |
|
/<.*>/ |
299 |
|
abc<def>ghi<klm>nop |
300 |
|
|
301 |
|
/<.*?>/ |
302 |
|
abc<def>ghi<klm>nop |
303 |
|
|
304 |
|
/<.*>/U |
305 |
|
abc<def>ghi<klm>nop |
306 |
|
|
307 |
|
/<.*>(?U)/ |
308 |
|
abc<def>ghi<klm>nop |
309 |
|
|
310 |
|
/<.*?>/U |
311 |
|
abc<def>ghi<klm>nop |
312 |
|
|
313 |
|
/={3,}/U |
314 |
|
abc========def |
315 |
|
|
316 |
|
/(?U)={3,}?/ |
317 |
|
abc========def |
318 |
|
|
319 |
/ End of test input / |
/ End of test input / |