summaryrefslogtreecommitdiff
path: root/tests/breaks
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix thai break testcaseMatthias Clasen2021-02-162-7/+6
| | | | | Remove the dashes that cause the runs to break, and seem to be causing issues on both Debian and newer Fedora.
* tests: add test-break test case for Thai languagePeng Wu2019-08-222-0/+7
| | | | | | | Thai language requires word dictionary from libthai project for word/sentence breaks. Adding this test case to check the results of sentence breaks.
* Update expected test outputMatthias Clasen2019-07-203-15/+15
| | | | Recent changes changed breaks.
* Update testsMatthias Clasen2019-07-091-5/+5
| | | | | | test-break was using the is_soft_hyphen log attr that we've just removed again. Adapt, and update expected test output.
* Add another break testcaseMatthias Clasen2019-07-072-0/+7
|
* Add another break testcaseMatthias Clasen2019-07-072-0/+8
| | | | This one is taken from #218.
* Document the break testcaseMatthias Clasen2019-07-071-0/+1
|
* Make the break test actually test thingsMatthias Clasen2019-07-071-5/+5
| | | | | We were not diffing the output against the expected results.
* Add a test for log attrsMatthias Clasen2019-07-072-0/+6
This is useful for exploring line breaking.