summaryrefslogtreecommitdiffstats
path: root/tests/012/parse.tl
blob: 8e3e7afc6a754bc694ab98cc4b407fe0ebe3055b (plain)
1
2
3
4
5
6
7
(load "../common")

(test (read `"@(str-buf #b'EDB081')"`)
      "\xDCED\xDCB0\xDC81")

(test (regex-parse (str-buf #b'EDB081'))
      (compound "\xDCED\xDCB0\xDC81"))