diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-12 23:21:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-03-12 23:21:12 (GMT) |
commit | d05ac0b98bbc039639b7784e313620b8d3757ddf (patch) | |
tree | 1cf8c03e114c6f7dc85fc732630a63128be5deaa /tests | |
parent | e709f7c5392a8506414be6727a3f8b6bdd7fbae4 (diff) | |
download | tcl-d05ac0b98bbc039639b7784e313620b8d3757ddf.zip tcl-d05ac0b98bbc039639b7784e313620b8d3757ddf.tar.gz tcl-d05ac0b98bbc039639b7784e313620b8d3757ddf.tar.bz2 |
Start defining "utf32string" type
Diffstat (limited to 'tests')
-rw-r--r-- | tests/string.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/string.test b/tests/string.test index 203d0c6..9cac73d 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} +} -result {{utf32string 1} {utf32string 0} 2} test string-4.17.$noComp {string first, corner case} -body { run {string first a aaa 4294967295} } -result {-1} |