summaryrefslogtreecommitdiffstats
path: root/tests/string.test
Commit message (Expand)AuthorAgeFilesLines
* Renumber two testcases (align with Tcl 8.7), and align Cywin-specific error-m...jan.nijtmans2022-05-251-2/+2
* Add testcases and fix implementationjan.nijtmans2022-05-251-0/+6
* Do all "string" testcases twice: once with and once without bytecodejan.nijtmans2022-05-241-1261/+1268
* Backport fix and test for typecasting bug in Tcl_GetUniChar().dgp2022-03-081-0/+7
* Fix [22324bcbd]: string reverse is broken for Emoji. Thanks to Chrisian Werne...jan.nijtmans2021-02-161-4/+4
* Fix [d43f96c1a8]: string trimright is broken for Emojijan.nijtmans2021-02-151-4/+4
* More testcases from Christian Werner, regarding "string reverse" with Emoji. ...jan.nijtmans2021-02-151-0/+18
* Add testcases from Christian Werner, regarding "string trim" with Emojijan.nijtmans2021-02-151-0/+27
* Use {} braces in more "expr" expressions.jan.nijtmans2021-01-281-7/+7
* Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-0/+12
|\
| * 3 new testcasesjan.nijtmans2020-10-291-0/+12
| * Test-case cleanup. Increase timeout a little bit in main.test, making Travis ...jan.nijtmans2020-05-041-2/+2
* | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro...jan.nijtmans2020-10-261-11/+11
* | It's "utf-8", not "utf8" or "UTF8"jan.nijtmans2020-09-251-3/+3
* | Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-2/+2
* | One more tip389 selectorjan.nijtmans2020-05-051-2/+2
* | merge 8.5dgp2020-04-141-8/+8
|\ \ | |/
| * Keep the tests consistent.dgp2020-04-141-8/+8
* | Add missing testConstraint definitionjan.nijtmans2020-04-141-0/+1
* | Don't use 'identiy' encoding in test-cases any more!jan.nijtmans2020-04-141-8/+8
| |
| \
*-. \ Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-0/+33
|\ \ \ | | |/
| | * test numberingdgp2020-04-131-2/+5
| |/
| * Known bug test string-22.14 is not so hard to fix.dgp2020-04-131-1/+1
| * Another test for [string trimright] that demonstrates its own failures,dgp2020-04-131-0/+15
| * Convert test to not directly use identity encoding.dgp2020-04-131-8/+4
| * added test case covering [c61818e4c9] - string trim for not valid utf-8 seque...dgp2020-04-131-0/+17
| * Add (disabled) test to demo the inability of [string wordstart] to handledgp2020-04-101-0/+5
* | 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
* | amend to [d498578df4], still one test for [Bug ba921a8d98] with inplace by su...sebres2018-07-261-1/+4
* | New test for [Bug ba921a8d98].dgp2018-07-261-0/+3
* | Bug-fix in Tcl_UtfAtIndex (for TCL_UTF_MAX=4 only). With test-case (in "strin...jan.nijtmans2018-04-231-2/+9
* | 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
* | Fix behavior of Tcl_GetRange() and "string range" regarding surrogates, when ...jan.nijtmans2018-01-111-0/+4
* | Don't use Unicode character \udead in test-cases, because it is an invalid Un...jan.nijtmans2017-11-071-13/+13
* | Add more test-cases for UTF-8 parser, including test-cases for TCL_UTF_MAX=4 ...jan.nijtmans2017-06-061-7/+11
* | Don't use [pid] in tests, stick to constant literals.ferrieux2014-08-021-3/+3
* | TIP 429 Implementation: [string cat]ferrieux2014-08-021-5/+29
* | [f0f876c141] Improve consistency in error messages.dkf2014-06-171-2/+2
* | [8d5f5b8034] Flush internal representations in [string tolower] of unshared objdkf2014-02-251-0/+9
* | [Bug 3606390]: Fix isolation of test string-6.37.dkf2013-03-191-2/+4
|\ \ | |/
| * [Bug 3606390]: Fix isolation of test string-6.37.dkf2013-03-191-2/+4
* | tip 318 updatejan.nijtmans2012-09-231-6/+6
* | more result generation conversiondkf2012-08-031-2/+2
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* | Implementation of TIP #395dkf2012-03-271-5/+77