summaryrefslogtreecommitdiffstats
path: root/tests/utf.test
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-04-121-19/+38
|\
| * Fix TclStringCat() functions. This makes allmost all testcases pass, one left...jan.nijtmans2021-04-091-19/+19
| * More test-cases, involving \xC0 \x80jan.nijtmans2021-04-091-7/+18
| * There is no "eq" command any morejan.nijtmans2021-04-071-4/+4
| * Merge forkjan.nijtmans2021-04-071-0/+8
| |\
| | * Tests demonstrating the bug. Work on a fix can go here.dgp2020-04-261-0/+8
* | | Merge 8.7jan.nijtmans2021-03-301-154/+154
|\ \ \ | |/ /
| * | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT...jan.nijtmans2021-03-301-154/+154
* | | Merge 8.7 (this is the TIP #575 implementation for Tcl 9.0)jan.nijtmans2021-03-151-55/+54
|\ \ \ | |/ /
| * | Implement TIP #575: Switchable Tcl_UtfCharComplete()/Tcl_UtfNext()/Tcl_UtfPrev()jan.nijtmans2021-03-151-55/+54
| |\ \
| | * \ Merge 8.7jan.nijtmans2021-02-151-1/+19
| | |\ \
| | * \ \ Merge 8.7jan.nijtmans2020-12-041-3/+3
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2020-11-201-6/+6
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2020-10-141-2/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7. Further progress with TIP implementation.jan.nijtmans2020-05-131-113/+89
| | |\ \ \ \ \ \
* | | \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-03-101-19/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.6jan.nijtmans2021-03-101-19/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix [4c591fa487]: [string compare] EIAS violationjan.nijtmans2021-03-101-19/+1
* | | | | | | | | | Merge 8.7jan.nijtmans2021-03-041-20/+59
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge 8.6. Basically re-number testcases so they align with the 8.6 test-casesjan.nijtmans2021-03-031-20/+59
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | Merge 8.5. Just split some testcasesjan.nijtmans2021-03-031-5/+10
| | |\ \ \ \ \ \ \
| | | * | | | | | | Backport improvements in UTF-8 handling for Tcl_UtfPrev/Tcl_UtfNext from 8.7 ...jan.nijtmans2021-03-031-28/+64
| | | * | | | | | | Backport 3 additional test-cases from 8.6 for TCL_UTF_MAX>3jan.nijtmans2021-02-171-7/+16
| | | * | | | | | | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is t...jan.nijtmans2020-11-181-6/+6
| | | * | | | | | | Testcase cleanup: Sync with testcases in core-8-6-branchjan.nijtmans2020-05-131-75/+54
| | * | | | | | | | Backport some UTF-8-related changed from 8.7 to 8.6, only for TCL_UTF_MAX > 3...jan.nijtmans2021-03-021-14/+51
| | * | | | | | | | Fix Tcl_UtfPrev expected testcases for TCL_UTF_MAX>3jan.nijtmans2021-02-161-8/+17
* | | | | | | | | | merge 8.7dgp2021-01-031-1/+19
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | merge 8.6dgp2021-01-021-1/+19
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | / / | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | Suppress testing of known bug only when it is present. Allow tests that pass.dgp2020-12-261-1/+19
* | | | | | | | | Merge 8.7jan.nijtmans2020-12-041-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-1/+1
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-11-191-6/+6
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
| | * | | | | | | | Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
| | | |_|_|_|_|/ / | | |/| | | | | |
* | | | | | | | | Merge 8.7jan.nijtmans2020-11-231-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
| * | | | | | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh...jan.nijtmans2020-11-231-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge 8.7jan.nijtmans2020-11-161-6/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6jan.nijtmans2020-11-161-4/+4
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Fix 2 testcases which failed when compiled with TCL_UTF_MAX>3jan.nijtmans2020-11-161-4/+4
| * | | | | | | Merge 8.6jan.nijtmans2020-11-161-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | / / / / / | | |/ / / / / | |/| | | | |
| | * | | | | Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is t...jan.nijtmans2020-11-161-2/+6
* | | | | | | Merge 8.7jan.nijtmans2020-09-041-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2020-09-041-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-2/+2
* | | | | | | Merge 8.7jan.nijtmans2020-07-211-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | More of the same (see previous commit)jan.nijtmans2020-07-161-1/+1
| * | | | | | Merge 8.6jan.nijtmans2020-07-101-2/+2
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fix utf-1.13 testcase for TCL_UTF_MAX>3jan.nijtmans2020-07-101-1/+1
| * | | | | | Merge 8.6. Fix documentation for \Uhhhhhhhh escape sequences > U+FFFF, which ...jan.nijtmans2020-07-101-2/+2
| |\ \ \ \ \ \ | | |/ / / / / | | | | | / / | | |_|_|/ / | |/| | | |