Parent Directory
|
Revision Log
|
Patch
| revision 340 by ph10, Mon Dec 31 17:00:24 2007 UTC | revision 341 by ph10, Sat Apr 19 16:41:04 2008 UTC | |
|---|---|---|
| # | Line 461 can't tell the difference.) --/ | Line 461 can't tell the difference.) --/ |
| 461 | ||
| 462 | /[[:a\x{100}b:]]/8 | /[[:a\x{100}b:]]/8 |
| 463 | ||
| 464 | /a[^]b/<JS>8 | |
| 465 | a\x{1234}b | |
| 466 | a\nb | |
| 467 | ** Failers | |
| 468 | ab | |
| 469 | ||
| 470 | /a[^]+b/<JS>8 | |
| 471 | aXb | |
| 472 | a\nX\nX\x{1234}b | |
| 473 | ** Failers | |
| 474 | ab | |
| 475 | ||
| 476 | / End of testinput5 / | / End of testinput5 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |