1 # Tests of string routines
3 Run: ../obj/ucw/str-hex-t
8 Run: ../obj/ucw/str-esc-t '12\r\n\000\\\xff'
9 Out: 31 32 0d 0a 00 5c ff
11 Run: ../obj/ucw/str-esc-t '\100\10a\1a'
14 Run: ../obj/ucw/str-esc-t '\a\b\f\r\n\t\v\?\"'"\\'"
15 Out: 07 08 0c 0d 0a 09 0b 3f 22 27