summaryrefslogtreecommitdiffstats
path: root/tests/cmdAH.test
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-02-11 17:38:07 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-02-11 17:38:07 (GMT)
commit727887b6dc02960e49117cb5db99e44806a0327f (patch)
tree1fb00aa9a2207836cf7f22c985c21d42cef5d0b4 /tests/cmdAH.test
parentc2f0e2f8da529b6bd9f8793a07e73ed1bb6eb903 (diff)
downloadtcl-727887b6dc02960e49117cb5db99e44806a0327f.zip
tcl-727887b6dc02960e49117cb5db99e44806a0327f.tar.gz
tcl-727887b6dc02960e49117cb5db99e44806a0327f.tar.bz2
Partial implementation of replace profile
Diffstat (limited to 'tests/cmdAH.test')
-rw-r--r--tests/cmdAH.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cmdAH.test b/tests/cmdAH.test
index c4053a2..52e7ac3 100644
--- a/tests/cmdAH.test
+++ b/tests/cmdAH.test
@@ -228,6 +228,9 @@ set encInvalidBytes {
utf-8 A\xed\xb0\x80B default A\uDC00B -1 Low-surrogate
utf-8 A\xed\xb0\x80B tcl8 A\uDC00B -1 Low-surrogate
utf-8 A\xed\xb0\x80B strict A 1 Low-surrogate
+ utf-8 \xed\xa0\x80\xed\xb0\x80 default \U00010000 -1 High-low-surrogate
+ utf-8 \xed\xa0\x80\xed\xb0\x80 tcl8 \U00010000 -1 High-low-surrogate
+ utf-8 \xed\xa0\x80\xed\xb0\x80 strict \U00010000 0 High-low-surrogate
utf-32le \x00\xD8\x00\x00 default \uD800 -1 {High-surrogate}
utf-32le \x00\xD8\x00\x00 tcl8 \uD800 -1 {High-surrogate}