testoutput24 247 B

12345678910111213
  1. /-- Tests for the 16-bit library with UTF-16 support only */
  2. < forbid W
  3. /bad/8
  4. \x{d800}
  5. Error -10 (bad UTF-16 string) offset=0 reason=1
  6. /short/8
  7. \P\P\x{d800}
  8. Error -25 (short UTF-16 string) offset=0 reason=1
  9. /-- End of testinput24 --/