Add regression test for UTF and escapes.
This commit is contained in:
parent
0f9324e794
commit
4aca7842cd
@ -728,3 +728,7 @@
|
||||
(assert (= x [3 2 1]))
|
||||
"success")
|
||||
(except [NameError] "failure")))))
|
||||
|
||||
(defn test-encoding-nightmares []
|
||||
"NATIVE: test unicode encoding escaping crazybits"
|
||||
(assert (= (len "ℵℵℵ♥♥♥\t♥♥\r\n") 11)))
|
||||
|
Loading…
Reference in New Issue
Block a user