summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-06-06 09:23:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-06-06 09:23:23 (GMT)
commit0fc0fd363fccffc8df45b8163c06bb794fb919d7 (patch)
tree21da69859e3e07548bd569cc3a67cbc368c84433 /tests
parent67fd012128e6e76e3d745ca090075acbcfa9f258 (diff)
parent829350cc1a1b9d065ccda17583ee55c731598f13 (diff)
downloadtcl-0fc0fd363fccffc8df45b8163c06bb794fb919d7.zip
tcl-0fc0fd363fccffc8df45b8163c06bb794fb919d7.tar.gz
tcl-0fc0fd363fccffc8df45b8163c06bb794fb919d7.tar.bz2
Follow-up to [67aa9a2070]: Use uppercase consistantly, slight optimization in character tests, comment fixes. No change in functionality.
Diffstat (limited to 'tests')
-rw-r--r--tests/encoding.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/encoding.test b/tests/encoding.test
index 1d8bae5..a359f76 100644
--- a/tests/encoding.test
+++ b/tests/encoding.test
@@ -469,7 +469,7 @@ test encoding-24.9 {Parse valid or invalid utf-8} {
test encoding-24.10 {Parse valid or invalid utf-8} {
string length [encoding convertfrom utf-8 "\xe0\xa0\x80"]
} 1
-test encoding-24.10 {Parse valid or invalid utf-8} {
+test encoding-24.11 {Parse valid or invalid utf-8} {
string length [encoding convertfrom utf-8 "\xef\xbf\xbf"]
} 1