summaryrefslogtreecommitdiffstats
path: root/tests/subst.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-07-17 07:39:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-07-17 07:39:00 (GMT)
commit81f6450e303c90f6d48445856752ddaa52436954 (patch)
treea65fe3b12970f6f27cca681c6d82a2c1017340c5 /tests/subst.test
parentf6c6b8c696a065866d6d0a7e6b844cda57916322 (diff)
downloadtcl-81f6450e303c90f6d48445856752ddaa52436954.zip
tcl-81f6450e303c90f6d48445856752ddaa52436954.tar.gz
tcl-81f6450e303c90f6d48445856752ddaa52436954.tar.bz2
Convert some non-ASCII characters in testcase comments - which were mangled by my editor in [79ace7b793] - to valid UTF-8: This way my editor will not mangle them again, and fossil will show in the UI which characters are supposed to be there.
Diffstat (limited to 'tests/subst.test')
-rw-r--r--tests/subst.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/subst.test b/tests/subst.test
index 747438e..256b7f7 100644
--- a/tests/subst.test
+++ b/tests/subst.test
@@ -45,7 +45,7 @@ test subst-3.1 {backslash substitutions} {
subst {\x\$x\[foo bar]\\}
} "x\$x\[foo bar]\\"
test subst-3.2 {backslash substitutions with utf chars} {
- # 'j' is just a char that doesn't mean anything, and \344 is '�'
+ # 'j' is just a char that doesn't mean anything, and \344 is 'ä'
# that also doesn't mean anything, but is multi-byte in UTF-8.
list [subst \j] [subst \\j] [subst \\344] [subst \\\344]
} "j j \344 \344"