summaryrefslogtreecommitdiffstats
path: root/tests/dict.test
Commit message (Collapse)AuthorAgeFilesLines
* Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387]dkf2004-01-141-4/+2
| | | FossilOrigin-Name: 45131a775e0b4a55369aa2ccc46fefd71f6aaf2d
* Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170]dkf2004-01-141-6/+160
| | | FossilOrigin-Name: 54f23bec93fa14312f1db997b79aefc573801e15
* * tests/reg.test: Corrected duplicate test names.dgp2003-10-061-4/+4
| | | | | | | | | | | | | | | * tests/resource.test: [Bugs 710370, 710358] * tests/dict.test: * tests/dict.test: Updated [package require tcltest] lines to * tests/fileSystem.test: indiciate that these test files * tests/lrepeat.test: use features of tcltest 2. [Bug 706114] * tests/notify.test: * tests/parseExpr.test: * tests/unixNotfy.test: * tests/winDde.test: FossilOrigin-Name: 35fbcc69fdb4a28827ad16248442dc0ec078d9da
* * tests/async.test: Added several tests that demonstrate Tcldgp2003-07-241-1/+7
| | | | | | | | | | | | * tests/basic.test: Bug 489537, Tcl's longstanding failure to * tests/dict.test: properly quote any leading '#' character * tests/dstring.test: when generating the string rep of a list * tests/list.test: so that the comment-power of that character * tests/parse.test: is hidden from any [eval], in order to * tests/util.test: satisfy the documentation that [list] does [eval]-safe quoting. FossilOrigin-Name: 03d3df98ff7cdfa4ebd84d70cf3d5ecb99bab3c5
* Fixed bugs 715751 and 713562 so dict code should build everywhere and wide intsdkf2003-04-071-1/+9
| | | | | | be defined (though not necessarily useful) everywhere. FossilOrigin-Name: f23a4e29f658ad0c02a4e457def7aa1df9bb16d8
* The bulk of the TIP#111 implementation. Still need to finish plumbing thisdkf2003-04-051-0/+706
into the rest of the core, but that won't take long... FossilOrigin-Name: 8de7c7d408ee6c552940a511cba934e88e8a2e55