diff options
Diffstat (limited to 'tests/binary.test')
| -rw-r--r-- | tests/binary.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/binary.test b/tests/binary.test index 7dc60ff..aede659 100644 --- a/tests/binary.test +++ b/tests/binary.test @@ -2911,6 +2911,12 @@ test binary-77.2 {string cat ops on all bytearrays} { }} ab cd } [binary format H* abcd] +test binary-78.1 {unicode (out of BMP) to byte-array conversion, bug-[bd94500678]} -body { + # just test for BO-segfault (high surrogate w/o advance source pointer for out of BMP char if TCL_UTF_MAX <= 4): + binary encode hex \U0001f415 + binary scan \U0001f415 a* v; set v + set str {} +} -result {} # ---------------------------------------------------------------------- # cleanup |
