Parent Directory
|
Revision Log
|
Patch
| revision 556 by ph10, Tue Oct 26 11:06:44 2010 UTC | revision 560 by ph10, Wed Oct 27 09:59:43 2010 UTC | |
|---|---|---|
| # | Line 66 can't tell the difference.) --/ | Line 66 can't tell the difference.) --/ |
| 66 | /X(\C)(.*)/8 | /X(\C)(.*)/8 |
| 67 | X\x{1234} | X\x{1234} |
| 68 | X\nabc | X\nabc |
| 69 | ||
| 70 | /-- This one is here because Perl gives out a grumbly error message (quite | |
| 71 | correctly, but that messes up comparisons). --/ | |
| 72 | ||
| 73 | /a\Cb/8 | |
| 74 | *** Failers | |
| 75 | a\x{100}b | |
| 76 | ||
| 77 | /^[ab]/8DZ | /^[ab]/8DZ |
| 78 | bar | bar |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |