Parent Directory
|
Revision Log
|
Patch
| revision 231 by ph10, Tue Sep 11 11:15:33 2007 UTC | revision 247 by ph10, Mon Sep 17 09:38:32 2007 UTC | |
|---|---|---|
| # | Line 7878 No match | Line 7878 No match |
| 7878 | /a/<any><crlf> | /a/<any><crlf> |
| 7879 | Failed: inconsistent NEWLINE options at offset 0 | Failed: inconsistent NEWLINE options at offset 0 |
| 7880 | ||
| 7881 | /^a\Rb/ | /^a\Rb/<bsr_unicode> |
| 7882 | a\nb | a\nb |
| 7883 | 0: a\x0ab | 0: a\x0ab |
| 7884 | a\rb | a\rb |
| # | Line 7896 No match | Line 7896 No match |
| 7896 | a\n\rb | a\n\rb |
| 7897 | No match | No match |
| 7898 | ||
| 7899 | /^a\R*b/ | /^a\R*b/<bsr_unicode> |
| 7900 | ab | ab |
| 7901 | 0: ab | 0: ab |
| 7902 | a\nb | a\nb |
| # | Line 7916 No match | Line 7916 No match |
| 7916 | a\n\r\x85\x0cb | a\n\r\x85\x0cb |
| 7917 | 0: a\x0a\x0d\x85\x0cb | 0: a\x0a\x0d\x85\x0cb |
| 7918 | ||
| 7919 | /^a\R+b/ | /^a\R+b/<bsr_unicode> |
| 7920 | a\nb | a\nb |
| 7921 | 0: a\x0ab | 0: a\x0ab |
| 7922 | a\rb | a\rb |
| # | Line 7938 No match | Line 7938 No match |
| 7938 | ab | ab |
| 7939 | No match | No match |
| 7940 | ||
| 7941 | /^a\R{1,3}b/ | /^a\R{1,3}b/<bsr_unicode> |
| 7942 | a\nb | a\nb |
| 7943 | 0: a\x0ab | 0: a\x0ab |
| 7944 | a\n\rb | a\n\rb |
| # | Line 7960 No match | Line 7960 No match |
| 7960 | a\r | a\r |
| 7961 | No match | No match |
| 7962 | ||
| 7963 | /^a[\R]b/ | /^a[\R]b/<bsr_unicode> |
| 7964 | aRb | aRb |
| 7965 | 0: aRb | 0: aRb |
| 7966 | ** Failers | ** Failers |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |