Parent Directory
|
Revision Log
|
Patch
revision 96 by nigel, Fri Mar 2 13:10:43 2007 UTC | revision 131 by ph10, Mon Mar 26 15:10:12 2007 UTC | |
---|---|---|
# | Line 6952 No match | Line 6952 No match |
6952 | \nfoo | \nfoo |
6953 | 0: \x0afoo | 0: \x0afoo |
6954 | ||
6955 | /^$/mg<any> | |
6956 | abc\r\rxyz | |
6957 | 0: | |
6958 | abc\n\rxyz | |
6959 | 0: | |
6960 | ** Failers | |
6961 | No match | |
6962 | abc\r\nxyz | |
6963 | No match | |
6964 | ||
6965 | /^X/m | |
6966 | XABC | |
6967 | 0: X | |
6968 | ** Failers | |
6969 | No match | |
6970 | XABC\B | |
6971 | No match | |
6972 | ||
6973 | / End of testinput7 / | / End of testinput7 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |