diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-04-26 07:50:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-04-26 07:50:02 (GMT) |
commit | ce80f1fecf9d8c47c5cf99610a47772cf86ee2f2 (patch) | |
tree | 70764d7c94dc8064e19a14a4a86d5ef618533a1d | |
parent | e75b67580cedacbc829676f7786949d4f1a5b365 (diff) | |
download | tcl-ce80f1fecf9d8c47c5cf99610a47772cf86ee2f2.zip tcl-ce80f1fecf9d8c47c5cf99610a47772cf86ee2f2.tar.gz tcl-ce80f1fecf9d8c47c5cf99610a47772cf86ee2f2.tar.bz2 |
typo
-rw-r--r-- | tests/stringObj.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stringObj.test b/tests/stringObj.test index 2c91546..e6bf8f9 100644 --- a/tests/stringObj.test +++ b/tests/stringObj.test @@ -163,7 +163,7 @@ test stringObj-6.8 {Tcl_AppendStringsToObj procedure, object totally empty} test teststringobj appendstrings 1 {} list [teststringobj length2 1] [teststringobj get 1] } {0 {}} -test stringObj-6.9 {Tcl_AppendStringToObj, pure unicode} testobj { +test stringObj-6.9 {Tcl_AppendStringsToObj, pure unicode} testobj { testobj freeallvars teststringobj set2 1 [string replace abc 1 1 d] teststringobj appendstrings 1 foo bar soom |