Parent Directory
|
Revision Log
|
Patch
| revision 295 by ph10, Mon Dec 31 17:00:24 2007 UTC | revision 412 by ph10, Sat Apr 11 10:34:37 2009 UTC | |
|---|---|---|
| # | Line 461 can't tell the difference.) --/ | Line 461 can't tell the difference.) --/ |
| 461 | ||
| 462 | /[[:a\x{100}b:]]/8 | /[[:a\x{100}b:]]/8 |
| 463 | ||
| 464 | /a[^]b/<JS>8 | |
| 465 | a\x{1234}b | |
| 466 | a\nb | |
| 467 | ** Failers | |
| 468 | ab | |
| 469 | ||
| 470 | /a[^]+b/<JS>8 | |
| 471 | aXb | |
| 472 | a\nX\nX\x{1234}b | |
| 473 | ** Failers | |
| 474 | ab | |
| 475 | ||
| 476 | /(\x{de})\1/ | |
| 477 | \x{de}\x{de} | |
| 478 | \x{123} | |
| 479 | ||
| 480 | /X/8f<any> | |
| 481 | A\x{1ec5}ABCXYZ | |
| 482 | ||
| 483 | /(*UTF8)\x{1234}/ | |
| 484 | abcd\x{1234}pqr | |
| 485 | ||
| 486 | /(*CRLF)(*UTF8)(*BSR_UNICODE)a\Rb/I | |
| 487 | ||
| 488 | / End of testinput5 / | / End of testinput5 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |