summaryrefslogtreecommitdiffstats
path: root/tests/list.test
Commit message (Collapse)AuthorAgeFilesLines
* Thanks to TIP #587, convert many escapes in the testcases into the actual ↵jan.nijtmans2021-03-301-7/+7
| | | | (UTF-8) character.
* More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
|
* Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵jan.nijtmans2020-11-231-3/+3
| | | | whenever reasonable.
* Simplify testcases using "incr"jan.nijtmans2020-10-301-1/+1
|
* Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-7/+7
|
* Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-2/+2
| | | | tcltest 2.5, since we never test with earlier tcltest versions
* merge 8.5dgp2018-11-091-0/+18
|\
| * Additional testdgp2018-11-091-0/+3
| |
| * test case to cover bug [35a8f1c04a]sebres2018-11-091-0/+15
| |
* | New internal routines TclScanElement() and TclConvertElement().dgp2011-05-101-0/+4
|\ \ | |/ | | Rewritten guts of machinery to produce string rep of lists. [Bug 3173086]
| * Correct flaw in the rewrite handling [list \\\\\}].dgp2011-03-031-0/+4
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * Removed test number dups [Bugs 710322, 710327, 710349, 710363]dkf2003-03-271-37/+20
| | |
* | | add tests for explicit backslash zero as argument to list commandmdejong2010-02-121-1/+21
|/ /
* | * tests/async.test: Added several tests that demonstrate Tcldgp2003-07-241-1/+3
| | | | | | | | | | | | | | | | | | | | * 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.
* | Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363]dkf2003-03-271-37/+20
|/
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-2/+21
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+107