diff options
author | dgp <dgp@users.sourceforge.net> | 2016-10-07 18:52:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-10-07 18:52:57 (GMT) |
commit | be3376f36c02b2b317b509aed67b7751e656ecbb (patch) | |
tree | fe19a954900b367b2c8743acb5e39b9d203cab63 /generic/tclCmdMZ.c | |
parent | 69e7f1b52d7d59ea5b1b6cb027c8fbdc88b9d38d (diff) | |
download | tcl-be3376f36c02b2b317b509aed67b7751e656ecbb.zip tcl-be3376f36c02b2b317b509aed67b7751e656ecbb.tar.gz tcl-be3376f36c02b2b317b509aed67b7751e656ecbb.tar.bz2 |
Update [string map] tests to get illustration of need for pure dict
restriction up to date with ordered dicts.
Diffstat (limited to 'generic/tclCmdMZ.c')
-rw-r--r-- | generic/tclCmdMZ.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCmdMZ.c b/generic/tclCmdMZ.c index 885a0bc..5479971 100644 --- a/generic/tclCmdMZ.c +++ b/generic/tclCmdMZ.c @@ -1873,7 +1873,7 @@ StringMapCmd( /* * This test is tricky, but has to be that way or you get other strange - * inconsistencies (see test string-10.20 for illustration why!) + * inconsistencies (see test string-10.20.1 for illustration why!) */ if (objv[objc-2]->typePtr == &tclDictType && objv[objc-2]->bytes == NULL){ |