testoutput26 361 B

1234567891011121314151617
  1. /-- Tests for the 32-bit library with UTF-32 support only */
  2. < forbid W
  3. /-- Non-UTF characters --/
  4. /\x{110000}/8
  5. Failed: character value in \x{} or \o{} is too large at offset 9
  6. /\o{4200000}/8
  7. Failed: character value in \x{} or \o{} is too large at offset 10
  8. /\C/8
  9. \x{110000}
  10. Error -10 (bad UTF-32 string) offset=0 reason=3
  11. /-- End of testinput26 --/