summaryrefslogtreecommitdiff
path: root/tests/breaks/eight.expected
Commit message (Collapse)AuthorAgeFilesLines
* break: Fix hyphen conditionMatthias Clasen2021-11-221-1/+1
| | | | | | | When looking at scripts, we want to look at the script of the *previous* character. And then we need to exclude SHY from the common script.
* More break testsmore-log-attr-thingsMatthias Clasen2021-08-261-0/+7
|
* Remove leftover test filesmatthiasc/for-masterMatthias Clasen2021-08-211-1/+0
| | | | | These don't have a corresponding .break file, so they are useless.
* tests: Avoid bidi in test outputMatthias Clasen2021-08-051-6/+1
| | | | | | | When rendering the text char-by-char, use directional controls to avoid any bidi reordering. Update affected tests.
* tests: Dump grapheme boundaries tooMatthias Clasen2021-07-071-0/+6
Add grapheme boundaries to the output of test-break, so we can check those easily, too. Update expected test output for this.