Parent Directory
|
Revision Log
|
Patch
revision 231 by ph10, Tue Sep 11 11:15:33 2007 UTC | revision 247 by ph10, Mon Sep 17 09:38:32 2007 UTC | |
---|---|---|
# | Line 1307 Failed: missing terminating ] for charac | Line 1307 Failed: missing terminating ] for charac |
1307 | 0: abc8 | 0: abc8 |
1308 | 0: abc9 | 0: abc9 |
1309 | ||
1310 | /^a\Rb/8 | /^a\Rb/8<bsr_unicode> |
1311 | a\nb | a\nb |
1312 | 0: a\x{0a}b | 0: a\x{0a}b |
1313 | a\rb | a\rb |
# | Line 1329 No match | Line 1329 No match |
1329 | a\n\rb | a\n\rb |
1330 | No match | No match |
1331 | ||
1332 | /^a\R*b/8 | /^a\R*b/8<bsr_unicode> |
1333 | ab | ab |
1334 | 0: ab | 0: ab |
1335 | a\nb | a\nb |
# | Line 1349 No match | Line 1349 No match |
1349 | a\n\r\x{85}\x0cb | a\n\r\x{85}\x0cb |
1350 | 0: a\x{0a}\x{0d}\x{85}\x{0c}b | 0: a\x{0a}\x{0d}\x{85}\x{0c}b |
1351 | ||
1352 | /^a\R+b/8 | /^a\R+b/8<bsr_unicode> |
1353 | a\nb | a\nb |
1354 | 0: a\x{0a}b | 0: a\x{0a}b |
1355 | a\rb | a\rb |
# | Line 1371 No match | Line 1371 No match |
1371 | ab | ab |
1372 | No match | No match |
1373 | ||
1374 | /^a\R{1,3}b/8 | /^a\R{1,3}b/8<bsr_unicode> |
1375 | a\nb | a\nb |
1376 | 0: a\x{0a}b | 0: a\x{0a}b |
1377 | a\n\rb | a\n\rb |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |