summaryrefslogtreecommitdiffstats
path: root/tests/option.test
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2018-10-19 03:30:24 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2018-10-19 03:30:24 (GMT)
commit69ab57308dd6a687eaecca6794379b70afa7b6c6 (patch)
treeb3aa36c3bf4bf6c8a1c1988fde82a2839cc093a2 /tests/option.test
parentf0e0adc0322734e17b059f3ca33f5cea96b1256f (diff)
downloadtk-69ab57308dd6a687eaecca6794379b70afa7b6c6.zip
tk-69ab57308dd6a687eaecca6794379b70afa7b6c6.tar.gz
tk-69ab57308dd6a687eaecca6794379b70afa7b6c6.tar.bz2
Proposed fix for ticket [766ef52f31].
Diffstat (limited to 'tests/option.test')
-rw-r--r--tests/option.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/option.test b/tests/option.test
index b00aff6..c8e29da 100644
--- a/tests/option.test
+++ b/tests/option.test
@@ -386,7 +386,7 @@ test option-15.6 {database files} -body {
test option-15.7 {database files} -body {
option read $option1
option get . x9 color
-} -result " \t\\A\n"
+} -result " \\\t\\A\n"
test option-15.8 {database files} -body {
option read $option1 widget foo
} -returnCodes error -result {wrong # args: should be "option readfile fileName ?priority?"}