Parent Directory
|
Revision Log
|
Patch
revision 178 by ph10, Wed Jun 13 08:44:34 2007 UTC | revision 226 by ph10, Tue Aug 21 11:46:08 2007 UTC | |
---|---|---|
# | Line 7072 No match | Line 7072 No match |
7072 | >\x0a\x0dX\x0aY\x0a\x0bZZZ\x0aAAA\x0bNNN\x0c | >\x0a\x0dX\x0aY\x0a\x0bZZZ\x0aAAA\x0bNNN\x0c |
7073 | 0: \x0a\x0dX\x0aY\x0a\x0bZZZ\x0aAAA\x0bNNN\x0c | 0: \x0a\x0dX\x0aY\x0a\x0bZZZ\x0aAAA\x0bNNN\x0c |
7074 | ||
7075 | /.+A/<crlf> | |
7076 | \r\nA | |
7077 | No match | |
7078 | ||
7079 | /\nA/<crlf> | |
7080 | \r\nA | |
7081 | 0: \x0aA | |
7082 | ||
7083 | /[\r\n]A/<crlf> | |
7084 | \r\nA | |
7085 | 0: \x0aA | |
7086 | ||
7087 | /(\r|\n)A/<crlf> | |
7088 | \r\nA | |
7089 | 0: \x0aA | |
7090 | ||
7091 | / End of testinput7 / | / End of testinput7 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |