summaryrefslogtreecommitdiffstats
path: root/tests/string.test
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-12-031-75/+75
|\
| * Fix [3cd9bea1e6]: check-in [43032d7ba3] potential problems. Also don't allow ...jan.nijtmans2019-12-031-48/+41
| * New test-cases (backported from 8.7) adapted for pre-TIP-502 behaviorjan.nijtmans2018-12-201-0/+18
| |\
| | * (cherry-pick) relax the timings of 2 tests, which incidentally fail on Travis...jan.nijtmans2018-12-201-0/+18
* | | Duplicate test names.dgp2019-04-171-21/+21
* | | merge 8.7dgp2019-02-141-0/+18
|\ \ \
| * | | Fix 2 TIP #502 corner-cases. Those corner-cases where (probably) always wrong...jan.nijtmans2018-12-131-0/+18
* | | | merge 8.7dgp2018-11-191-3/+75
|\ \ \ \ | |/ / /
| * | | 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
* | | | | merge 8.7dgp2018-10-171-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.7dgp2018-09-111-28/+35
|\ \ \ \ \ | |/ / / /
| * | | | Purge end-of-line spacingjan.nijtmans2018-08-021-2/+2
| * | | | 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-251-2/+9
|\ \ \ \ \ | |/ / / /
| * | | | 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
| * | | | Dup test name.dgp2018-04-231-1/+1
| * | | | 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
* | | | | | | Rebooting a [string insert] implementation branch, bringing over piecesdgp2018-03-211-3/+86
| |_|/ / / / |/| | | | |
* | | | | | 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.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
* | | | | [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-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-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
* | | Detected bug in [string first] with unicode. Pat Thoyts found it.dkf2017-11-041-3/+13
* | | 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
* | | merge core-8-6-branchjan.nijtmans2017-06-061-4/+4
|\ \ \ | |/ /
| * | Add more test-cases for UTF-8 parser, including test-cases for TCL_UTF_MAX=4 ...jan.nijtmans2017-06-061-7/+11
* | | Route all [string last] operations through a common implementation.dgp2016-11-081-2/+2
* | | Update [string map] tests to get illustration of need for pure dictdgp2016-10-071-0/+4