summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/utf.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/utf.test b/tests/utf.test
index 0bf565f..b164b6a 100644
--- a/tests/utf.test
+++ b/tests/utf.test
@@ -1333,8 +1333,9 @@ test utf-19.1 {TclUniCharLen} -body {
unset -nocomplain foo
} -result {1 4}
-test utf-20.1 {TclUniCharNcmp} {
-} {}
+test utf-20.1 {TclUniCharNcmp} {fullutf knownBug} {
+ string compare [string range [format %c 0xFFFF] 0 0] [string range [format %c 0x10000] 0 0]
+} -1
test utf-21.1 {TclUniCharIsAlnum} {
# this returns 1 with Unicode 7 compliance