Parent Directory
|
Revision Log
|
Patch
| revision 295 by ph10, Mon Dec 31 17:00:24 2007 UTC | revision 341 by ph10, Sat Apr 19 16:41:04 2008 UTC | |
|---|---|---|
| # | Line 1608 No match | Line 1608 No match |
| 1608 | /[[:a\x{100}b:]]/8 | /[[:a\x{100}b:]]/8 |
| 1609 | Failed: unknown POSIX class name at offset 3 | Failed: unknown POSIX class name at offset 3 |
| 1610 | ||
| 1611 | /a[^]b/<JS>8 | |
| 1612 | a\x{1234}b | |
| 1613 | 0: a\x{1234}b | |
| 1614 | a\nb | |
| 1615 | 0: a\x{0a}b | |
| 1616 | ** Failers | |
| 1617 | No match | |
| 1618 | ab | |
| 1619 | No match | |
| 1620 | ||
| 1621 | /a[^]+b/<JS>8 | |
| 1622 | aXb | |
| 1623 | 0: aXb | |
| 1624 | a\nX\nX\x{1234}b | |
| 1625 | 0: a\x{0a}X\x{0a}X\x{1234}b | |
| 1626 | ** Failers | |
| 1627 | No match | |
| 1628 | ab | |
| 1629 | No match | |
| 1630 | ||
| 1631 | / End of testinput5 / | / End of testinput5 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |