diff options
Diffstat (limited to 'tests/option.test')
-rw-r--r-- | tests/option.test | 2 |
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?"} |