Parent Directory
|
Revision Log
|
Patch
| revision 246 by ph10, Tue Sep 11 11:15:33 2007 UTC | revision 247 by ph10, Mon Sep 17 09:38:32 2007 UTC | |
|---|---|---|
| # | Line 312 can't tell the difference.) --/ | Line 312 can't tell the difference.) --/ |
| 312 | /abc.$/mgx8<any> | /abc.$/mgx8<any> |
| 313 | abc1\x0a abc2\x0b abc3\x0c abc4\x0d abc5\x0d\x0a abc6\x{0085} abc7\x{2028} abc8\x{2029} abc9 | abc1\x0a abc2\x0b abc3\x0c abc4\x0d abc5\x0d\x0a abc6\x{0085} abc7\x{2028} abc8\x{2029} abc9 |
| 314 | ||
| 315 | /^a\Rb/8 | /^a\Rb/8<bsr_unicode> |
| 316 | a\nb | a\nb |
| 317 | a\rb | a\rb |
| 318 | a\r\nb | a\r\nb |
| # | Line 324 can't tell the difference.) --/ | Line 324 can't tell the difference.) --/ |
| 324 | ** Failers | ** Failers |
| 325 | a\n\rb | a\n\rb |
| 326 | ||
| 327 | /^a\R*b/8 | /^a\R*b/8<bsr_unicode> |
| 328 | ab | ab |
| 329 | a\nb | a\nb |
| 330 | a\rb | a\rb |
| # | Line 335 can't tell the difference.) --/ | Line 335 can't tell the difference.) --/ |
| 335 | a\n\rb | a\n\rb |
| 336 | a\n\r\x{85}\x0cb | a\n\r\x{85}\x0cb |
| 337 | ||
| 338 | /^a\R+b/8 | /^a\R+b/8<bsr_unicode> |
| 339 | a\nb | a\nb |
| 340 | a\rb | a\rb |
| 341 | a\r\nb | a\r\nb |
| # | Line 347 can't tell the difference.) --/ | Line 347 can't tell the difference.) --/ |
| 347 | ** Failers | ** Failers |
| 348 | ab | ab |
| 349 | ||
| 350 | /^a\R{1,3}b/8 | /^a\R{1,3}b/8<bsr_unicode> |
| 351 | a\nb | a\nb |
| 352 | a\n\rb | a\n\rb |
| 353 | a\n\r\x{85}b | a\n\r\x{85}b |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |