2014-07-04 22:28:24 +00:00
|
|
|
/-- Tests for the 32-bit library with UTF-32 support only */
|
|
|
|
|
2014-07-05 11:53:30 +00:00
|
|
|
< forbid W
|
|
|
|
|
2014-07-04 22:28:24 +00:00
|
|
|
/-- Non-UTF characters --/
|
|
|
|
|
|
|
|
/\x{110000}/8
|
2014-07-05 11:53:30 +00:00
|
|
|
Failed: character value in \x{} or \o{} is too large at offset 9
|
|
|
|
|
|
|
|
/\o{4200000}/8
|
|
|
|
Failed: character value in \x{} or \o{} is too large at offset 10
|
2014-07-04 22:28:24 +00:00
|
|
|
|
|
|
|
/\C/8
|
|
|
|
\x{110000}
|
|
|
|
Error -10 (bad UTF-32 string) offset=0 reason=3
|
|
|
|
|
|
|
|
/-- End of testinput26 --/
|