summaryrefslogtreecommitdiffstats
path: root/tests/string.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-22 11:25:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-22 11:25:13 (GMT)
commit7d893da1b984ded235163f3ec8018195d9058f2a (patch)
tree2c801c8994dd38036f8af5d83f72ade9ea436d10 /tests/string.test
parent17098d70c767e79c2deb65981af371cb209cd159 (diff)
downloadtcl-7d893da1b984ded235163f3ec8018195d9058f2a.zip
tcl-7d893da1b984ded235163f3ec8018195d9058f2a.tar.gz
tcl-7d893da1b984ded235163f3ec8018195d9058f2a.tar.bz2
More progress
Diffstat (limited to 'tests/string.test')
-rw-r--r--tests/string.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/string.test b/tests/string.test
index 9cac73d..203d0c6 100644
--- a/tests/string.test
+++ b/tests/string.test
@@ -422,7 +422,7 @@ test string-4.16.$noComp {string first, normal string vs pure unicode string} -b
# Representation checks are canaries
run {list [representationpoke $s] [representationpoke $m] \
[string first $m $s]}
-} -result {{utf32string 1} {utf32string 0} 2}
+} -result {{string 1} {string 0} 2}
test string-4.17.$noComp {string first, corner case} -body {
run {string first a aaa 4294967295}
} -result {-1}