Parent Directory
|
Revision Log
|
Patch
code/trunk/testdata/testinput3 revision 41 by nigel, Sat Feb 24 21:39:17 2007 UTC | code/tags/pcre-3.4/testdata/testinput3 revision 52 by nigel, Sat Feb 24 21:39:39 2007 UTC | |
---|---|---|
# | Line 1689 | Line 1689 |
1689 | <a href=\"abcd xyz pqr\" cats | <a href=\"abcd xyz pqr\" cats |
1690 | <a href = \'abcd xyz pqr\' cats | <a href = \'abcd xyz pqr\' cats |
1691 | ||
1692 | / End of test input / | /((Z)+|A)*/ |
1693 | ZABCDEFG | |
1694 | ||
1695 | /(Z()|A)*/ | |
1696 | ZABCDEFG | |
1697 | ||
1698 | /(Z(())|A)*/ | |
1699 | ZABCDEFG | |
1700 | ||
1701 | /((?>Z)+|A)*/ | |
1702 | ZABCDEFG | |
1703 | ||
1704 | /((?>)+|A)*/ | |
1705 | ZABCDEFG | |
1706 | ||
1707 | /a*/g | |
1708 | abbab | |
1709 | ||
1710 | /^[a-\d]/ | |
1711 | abcde | |
1712 | -things | |
1713 | 0digit | |
1714 | *** Failers | |
1715 | bcdef | |
1716 | ||
1717 | /^[\d-a]/ | |
1718 | abcde | |
1719 | -things | |
1720 | 0digit | |
1721 | *** Failers | |
1722 | bcdef | |
1723 | ||
1724 | / End of testinput3 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |