summaryrefslogtreecommitdiff
path: root/tests/breaks/two.expected
Commit message (Collapse)AuthorAgeFilesLines
* tests: Tweak test-break outputMatthias Clasen2021-08-221-1/+1
| | | | | | Change the order in test-break output to be sentence, word, grapheme. Update all affected test outputs.
* tests: Avoid bidi in test outputMatthias Clasen2021-08-051-1/+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/+1
| | | | | | | Add grapheme boundaries to the output of test-break, so we can check those easily, too. Update expected test output for this.
* Update expected test outputMatthias Clasen2019-07-201-5/+5
| | | | Recent changes changed breaks.
* Add another break testcaseMatthias Clasen2019-07-071-0/+5
This one is taken from #218.