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. | ||||
* | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
|\ | |||||
| * | 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 | ||||
* | | More of the same (see previous commit) | jan.nijtmans | 2020-07-16 | 1 | -1/+1 |
| | | |||||
* | | Teach "split", "string wordstart" and "string wordend" how to handle Unicode ↵ | jan.nijtmans | 2020-04-08 | 1 | -2/+5 |
| | | | | | | | | characters >\uFFFF, using the new utility function TclUtfToUCS4(). (Thanks, Don!). Add test-cases to prove it. | ||||
* | | merge core-8-6-branch | jan.nijtmans | 2017-11-10 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Make "string split" and "string is (alpha|graph|...)" work as expected with ↵ | jan.nijtmans | 2017-11-10 | 1 | -0/+3 |
| | | | | | | | | | | Unicode chars > U+ffff, when Tcl is compiled with TCL_UTF_MAX == 4. No effect when TCL_UTF_MAX == 3 or TCL_UTF_MAX == 6. Test-case added for "string split". | ||||
* | | Eliminate exess spacings in many test-cases | jan.nijtmans | 2016-03-10 | 1 | -1/+1 |
|/ | |||||
* | 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. | ||||
* | | | Generate errorcodes for more cases. | dkf | 2009-01-08 | 1 | -10/+14 |
|/ / | |||||
* | | Remove trailing whitespace | dkf | 2004-05-19 | 1 | -13/+1 |
|/ | |||||
* | * tests/split.test: added 1-char string split tests | hobbs | 2002-11-12 | 1 | -1/+13 |
| | | | | | | | | | * generic/tclCmdMZ.c (Tcl_SplitObjCmd): Use TclUtfToUniChar. Also added a special case for single-ascii-char splits. (Tcl_StringObjCmd): Use TclUtfToUniChar. For STR_RANGE, support getting ranges of ByteArrays (reverts change from 2000-05-26). (TraceExecutionProc) add proper static declaration. | ||||
* | * Corrected tests to better isolate tests in | dgp | 2001-09-12 | 1 | -1/+2 |
| | | | | one file from influencing tests in other files. [Bug 460591] | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
| | | | | Fixed bug in pkg.test where defs.tcl was still being used. | ||||
* | 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/+65 |