version 1.1, 2013/07/22 01:05:41
|
version 1.1.1.2, 2014/06/15 19:46:05
|
Line 1
|
Line 1
|
/-- Tests for the 32-bit library only */ |
/-- Tests for the 32-bit library only */ |
|
|
|
< forbid 8w |
|
|
/-- Check maximum character size --/ |
/-- Check maximum character size --/ |
|
|
/\x{110000}/ |
/\x{110000}/ |
Line 9
|
Line 11
|
/\x{80000000}/ |
/\x{80000000}/ |
|
|
/\x{ffffffff}/ |
/\x{ffffffff}/ |
|
|
|
/\x{100000000}/ |
|
Failed: character value in \x{} or \o{} is too large at offset 12 |
|
|
|
/\o{17777777777}/ |
|
|
|
/\o{20000000000}/ |
|
|
|
/\o{37777777777}/ |
|
|
|
/\o{40000000000}/ |
|
Failed: character value in \x{} or \o{} is too large at offset 14 |
|
|
/\x{7fffffff}\x{7fffffff}/I |
/\x{7fffffff}\x{7fffffff}/I |
Capturing subpattern count = 0 |
Capturing subpattern count = 0 |