summaryrefslogtreecommitdiffstats
path: root/tests/stringObj.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-04 09:37:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-04 09:37:15 (GMT)
commit35051648affc3b6e48d6abe8f629810f28a80112 (patch)
tree7623d6b900bdcaca10fbd58a346febd0a5c8ca80 /tests/stringObj.test
parent58ce7d319f84db00c8863a8a27d366a34e60756c (diff)
downloadtcl-35051648affc3b6e48d6abe8f629810f28a80112.zip
tcl-35051648affc3b6e48d6abe8f629810f28a80112.tar.gz
tcl-35051648affc3b6e48d6abe8f629810f28a80112.tar.bz2
Test-case cleanup. Increase timeout a little bit in main.test, making Travis build errors because of this less likely.
Diffstat (limited to 'tests/stringObj.test')
-rw-r--r--tests/stringObj.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/stringObj.test b/tests/stringObj.test
index b62b768..f81a067 100644
--- a/tests/stringObj.test
+++ b/tests/stringObj.test
@@ -410,10 +410,10 @@ test stringObj-13.3 {Tcl_GetCharLength with byte-size chars} testobj {
list [string length $a] [string length $a]
} {6 6}
test stringObj-13.4 {Tcl_GetCharLength with mixed width chars} testobj {
- string length "\u00ae"
+ string length "\u00ae"
} 1
test stringObj-13.5 {Tcl_GetCharLength with mixed width chars} testobj {
- # string length "○○"
+ # string length "○○"
# Use \uXXXX notation below instead of hardcoding the values, otherwise
# the test will fail in multibyte locales.
string length "\u00EF\u00BF\u00AE\u00EF\u00BF\u00AE"