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 293 can't tell the difference.) --/ | Line 293 can't tell the difference.) --/ |
293 | 0: X\x{0a}abc | 0: X\x{0a}abc |
294 | 1: \x{0a} | 1: \x{0a} |
295 | 2: abc | 2: abc |
296 | ||
297 | /-- This one is here because Perl gives out a grumbly error message (quite | |
298 | correctly, but that messes up comparisons). --/ | |
299 | ||
300 | /a\Cb/8 | |
301 | *** Failers | |
302 | No match | |
303 | a\x{100}b | |
304 | No match | |
305 | ||
306 | /^[ab]/8DZ | /^[ab]/8DZ |
307 | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |