summaryrefslogtreecommitdiffstats
path: root/tests/dict.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-05-03 15:35:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-05-03 15:35:49 (GMT)
commit065f14aeb7e6293763124f655ee7e8a5aa7fb925 (patch)
treefeee99937afdd86be346558f05e9d15c93cf5b42 /tests/dict.test
parenta385274ebd7fc2e7e23604d95185a340c1b21321 (diff)
parent79ac1a3b1956162a598c734c948ed6c9a75bd305 (diff)
downloadtcl-065f14aeb7e6293763124f655ee7e8a5aa7fb925.zip
tcl-065f14aeb7e6293763124f655ee7e8a5aa7fb925.tar.gz
tcl-065f14aeb7e6293763124f655ee7e8a5aa7fb925.tar.bz2
merge 8.7
Diffstat (limited to 'tests/dict.test')
-rw-r--r--tests/dict.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dict.test b/tests/dict.test
index 62590e7..e5284fc 100644
--- a/tests/dict.test
+++ b/tests/dict.test
@@ -2128,7 +2128,7 @@ test dict-27.8 {dict getwithdefault command} -returnCodes error -body {
test dict-27.9 {dict getwithdefault command} -returnCodes error -body {
dict getwithdefault {} {}
} -result {wrong # args: should be "dict getwithdefault dictionary ?key ...? key default"}
-test dict-26.10 {dict getdef command} -returnCodes error -body {
+test dict-27.10 {dict getdef command} -returnCodes error -body {
dict getwithdefault {a b c} d e
} -result {missing value to go with key}
test dict-27.11 {dict getwithdefault command} -body {
@@ -2149,7 +2149,7 @@ test dict-27.15 {dict getwithdefault command} -body {
test dict-27.16 {dict getwithdefault command} -returnCodes error -body {
$dict getwithdefault {a {b c d}} a b d
} -result {missing value to go with key}
-test dict-26.17 {dict getdef command} -returnCodes error -body {
+test dict-27.17 {dict getdef command} -returnCodes error -body {
$dict getwithdefault {a b c} d e
} -result {missing value to go with key}