Parent Directory
|
Revision Log
|
Patch
revision 63 by nigel, Sat Feb 24 21:40:03 2007 UTC | revision 67 by nigel, Sat Feb 24 21:40:13 2007 UTC | |
---|---|---|
# | Line 482 | Line 482 |
482 | \x{101} | \x{101} |
483 | y | y |
484 | ||
485 | /[\xFF]/ | |
486 | >\xff< | |
487 | ||
488 | /[\xff]/8 | |
489 | >\x{ff}< | |
490 | ||
491 | /[^\xFF]/ | |
492 | XYZ | |
493 | ||
494 | /[^\xff]/8 | |
495 | XYZ | |
496 | \x{123} | |
497 | ||
498 | / End of testinput4 / | / End of testinput4 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |