summaryrefslogtreecommitdiffstats
path: root/tests/string.test
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7, and make all test-cases pass.jan.nijtmans2018-12-131-0/+18
|\
| * Fix 2 TIP #502 corner-cases. Those corner-cases where (probably) always wrong...jan.nijtmans2018-12-131-0/+18
| * Implement TIP 501dkf2018-11-061-3/+76
| |\
| | * merge core-8-branchdkf2018-11-061-1151/+1467
| | |\ | | |/ | |/|
| | * Correcting the string testshypnotoad2018-02-131-7/+23
| | * Implemetation of tip 501.hypnotoad2018-02-131-2/+59
* | | Adapted TIP 501dgp2018-11-131-3/+76
* | | Merge 8.7jan.nijtmans2018-10-081-15/+15
|\ \ \ | |/ /
| * | Now, restore wide(), but make int() the same as entier(). Add new utility fun...jan.nijtmans2018-08-281-12/+12
| * | Experiment, resolving platform differences at script level. Don't look ...jan.nijtmans2018-08-161-6/+6
* | | Merge 8.7jan.nijtmans2018-08-021-2/+2
|\ \ \ | |/ /
| * | Purge end-of-line spacingjan.nijtmans2018-08-021-2/+2
* | | merge 8.7sebres2018-07-261-0/+6
|\ \ \ | |/ /
| * | merge test cases from 8.6sebres2018-07-261-1/+4
| |\ \
| | * | amend to [d498578df4], still one test for [Bug ba921a8d98] with inplace by su...sebres2018-07-261-1/+4
| * | | [ba921a8d98] Make sure [string cat] includes all data from all bytearrays.dgp2018-07-261-0/+3
| |\ \ \ | | |/ /
| | * | New test for [Bug ba921a8d98].dgp2018-07-261-0/+3
* | | | Merge 8.7dgp2018-04-241-4/+8
|\ \ \ \ | |/ / /
| * | | Merge 8.6 (bug-fix and test-case for Tcl_UtfAtIndex with TCL_UTF_MAX=4)dgp2018-04-241-4/+8
| |\ \ \ | | |/ /
| | * | Bug-fix in Tcl_UtfAtIndex (for TCL_UTF_MAX=4 only). With test-case (in "strin...jan.nijtmans2018-04-231-2/+9
* | | | merge 8.7dgp2018-04-231-1/+1
|\ \ \ \ | |/ / /
| * | | Dup test name.dgp2018-04-231-1/+1
* | | | merge 8.7jan.nijtmans2018-04-201-0/+3
|\ \ \ \ | |/ / /
| * | | merge 8.7dgp2018-03-301-1148/+1389
| |\ \ \
| * \ \ \ merge 8.7dgp2018-03-151-0/+6
| |\ \ \ \
| * | | | | Add test-cases for bug [11ae2be95dac9417], and make a start fixing it. Almost...jan.nijtmans2018-01-111-0/+7
| * | | | | Somewhat simplified implementation of TIP #389, in which the "string length" ...jan.nijtmans2017-11-071-13/+13
* | | | | | merge 8.7dgp2018-03-201-1148/+1389
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge over testing improvements from the TIP 475 work.dgp2018-03-201-1151/+1386
| * | | | | Test and fix for botch in binary string replace.dgp2018-03-201-0/+6
| | |/ / / | |/| | |
* | | | | merge 8.7dgp2018-03-131-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.6dgp2018-03-131-0/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge new test and comments from 8.5 to demo that INST_STR_REPLACE is bad.dgp2018-03-131-0/+6
| | |\ \ \
| | | * | | Tidy up and comment [string replace] and its corner cases.dgp2018-03-131-0/+6
* | | | | | merge 8.7dgp2018-02-231-0/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [8e6a9ac221] Stop false matching with bytearrays. (string-11.55)dgp2018-02-231-0/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | [8e6a9ac221] Stop false matching with bytearrays. (string-11.55)dgp2018-02-231-0/+3
| | |\ \ \ \ | | | |/ / / | | | | | / | | | |_|/ | | |/| |
| | | * | [8e6a9ac221] Stop false matching with bytearrays. (string-11.55)dgp2018-02-231-0/+3
* | | | | merge core-8-branchjan.nijtmans2018-01-121-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | merge core-8-6-branchjan.nijtmans2018-01-111-0/+4
| |\ \ \ \ | | |/ / /
| | * | | Fix behavior of Tcl_GetRange() and "string range" regarding surrogates, when ...jan.nijtmans2018-01-111-0/+4
* | | | | merge core-8-branchjan.nijtmans2017-11-071-13/+13
|\ \ \ \ \ | |/ / / /
| * | | | merge core-8-6-branchjan.nijtmans2017-11-071-13/+13
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Don't use Unicode character \udead in test-cases, because it is an invalid Un...jan.nijtmans2017-11-071-13/+13
* | | | [0d902eadd6] Ensure that [string first] handles ASCII in Unicode correctly.dkf2017-11-041-3/+13
|\ \ \ \ | |/ / /
| * | | Detected bug in [string first] with unicode. Pat Thoyts found it.dkf2017-11-041-3/+13
* | | | Implementation branch for TIP 114 - Eliminate Octal Parsing...dgp2017-10-231-2/+2
|/ / /
* | | Cherrypick string.test [de104ef5ab]andy2017-08-301-0/+3
* | | Extend cases where string rep generation can be prevented.dgp2017-06-161-0/+15
* | | Tests for string rep generation suppressiondgp2017-06-081-0/+30