Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thanks to TIP #587, convert many escapes in the testcases into the actual ↵ | jan.nijtmans | 2021-03-30 | 1 | -7/+7 |
| | | | | (UTF-8) character. | ||||
* | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵ | jan.nijtmans | 2020-11-23 | 1 | -3/+3 |
| | | | | whenever reasonable. | ||||
* | Simplify testcases using "incr" | jan.nijtmans | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 1 | -7/+7 |
| | |||||
* | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
| | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | merge 8.5 | dgp | 2018-11-09 | 1 | -0/+18 |
|\ | |||||
| * | Additional test | dgp | 2018-11-09 | 1 | -0/+3 |
| | | |||||
| * | test case to cover bug [35a8f1c04a] | sebres | 2018-11-09 | 1 | -0/+15 |
| | | |||||
* | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -0/+4 |
|\ \ | |/ | | | Rewritten guts of machinery to produce string rep of lists. [Bug 3173086] | ||||
| * | Correct flaw in the rewrite handling [list \\\\\}]. | dgp | 2011-03-03 | 1 | -0/+4 |
| | | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -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 cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Removed test number dups [Bugs 710322, 710327, 710349, 710363] | dkf | 2003-03-27 | 1 | -37/+20 |
| | | | |||||
* | | | add tests for explicit backslash zero as argument to list command | mdejong | 2010-02-12 | 1 | -1/+21 |
|/ / | |||||
* | | * tests/async.test: Added several tests that demonstrate Tcl | dgp | 2003-07-24 | 1 | -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] | dkf | 2003-03-27 | 1 | -37/+20 |
|/ | |||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -2/+21 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+107 |