Parent Directory
|
Revision Log
|
Patch
revision 247 by ph10, Mon Sep 17 09:38:32 2007 UTC | revision 355 by ph10, Mon Jul 7 17:45:23 2008 UTC | |
---|---|---|
# | Line 1595 No match | Line 1595 No match |
1595 | a\x0bb\<bsr_anycrlf> | a\x0bb\<bsr_anycrlf> |
1596 | No match | No match |
1597 | ||
1598 | /.*a.*=.b.*/8<ANY> | |
1599 | QQQ\x{2029}ABCaXYZ=!bPQR | |
1600 | 0: ABCaXYZ=!bPQR | |
1601 | ** Failers | |
1602 | No match | |
1603 | a\x{2029}b | |
1604 | No match | |
1605 | \x61\xe2\x80\xa9\x62 | |
1606 | No match | |
1607 | ||
1608 | /[[:a\x{100}b:]]/8 | |
1609 | 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 | /(\x{de})\1/ | |
1632 | \x{de}\x{de} | |
1633 | 0: \xde\xde | |
1634 | 1: \xde | |
1635 | \x{123} | |
1636 | ** Character \x{123} is greater than 255 and UTF-8 mode is not enabled. | |
1637 | ** Truncation will probably give the wrong result. | |
1638 | No match | |
1639 | ||
1640 | / End of testinput5 / | / End of testinput5 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |