summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-22 15:38:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-03-22 15:38:25 (GMT)
commitb5e6f95ea90be59cb281c089806f0e446e1272bc (patch)
tree5b448c643d378c730f29b9b7892a6a7f93b31b98 /tests
parent7d893da1b984ded235163f3ec8018195d9058f2a (diff)
downloadtcl-b5e6f95ea90be59cb281c089806f0e446e1272bc.zip
tcl-b5e6f95ea90be59cb281c089806f0e446e1272bc.tar.gz
tcl-b5e6f95ea90be59cb281c089806f0e446e1272bc.tar.bz2
Feature-complete
Diffstat (limited to 'tests')
-rw-r--r--tests/string.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/string.test b/tests/string.test
index 203d0c6..6863c23 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 {{string 1} {string 0} 2}
+} -match glob -result {{*string 1} {*string 0} 2}
test string-4.17.$noComp {string first, corner case} -body {
run {string first a aaa 4294967295}
} -result {-1}