testinput23 237 B

1234567891011121314151617181920
  1. /-- Tests for the 16-bit library only */
  2. < forbid 8W
  3. /-- Check maximum non-UTF character size --/
  4. /\x{ffff}/
  5. A\x{ffff}B
  6. /\x{10000}/
  7. /\o{20000}/
  8. /-- Check character ranges --/
  9. /[\H]/BZSI
  10. /[\V]/BZSI
  11. /-- End of testinput23 --/