Parent Directory
|
Revision Log
|
Patch
code/trunk/testdata/testoutput1 revision 53 by nigel, Sat Feb 24 21:39:42 2007 UTC | code/tags/pcre-3.6/testdata/testoutput1 revision 56 by nigel, Sat Feb 24 21:39:48 2007 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | PCRE version 3.5 15-Aug-2001 | PCRE version 3.6 23-Oct-2001 |
2 | ||
3 | /the quick brown fox/ | /the quick brown fox/ |
4 | the quick brown fox | the quick brown fox |
# | Line 2996 No match | Line 2996 No match |
2996 | \0{ab} | \0{ab} |
2997 | 0: \x00{ab} | 0: \x00{ab} |
2998 | ||
2999 | /(A|B)*?CD/ | |
3000 | CD | |
3001 | 0: CD | |
3002 | ||
3003 | /(A|B)*CD/ | |
3004 | CD | |
3005 | 0: CD | |
3006 | ||
3007 | /(AB)*?\1/ | |
3008 | ABABAB | |
3009 | 0: ABAB | |
3010 | 1: AB | |
3011 | ||
3012 | /(AB)*\1/ | |
3013 | ABABAB | |
3014 | 0: ABABAB | |
3015 | 1: AB | |
3016 | ||
3017 | / End of testinput1 / | / End of testinput1 / |
3018 |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |