Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: add test-break test case for Thai language | Peng Wu | 2019-08-22 | 2 | -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 output | Matthias Clasen | 2019-07-20 | 3 | -15/+15 |
| | | | | Recent changes changed breaks. | ||||
* | Update tests | Matthias Clasen | 2019-07-09 | 1 | -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 testcase | Matthias Clasen | 2019-07-07 | 2 | -0/+7 |
| | |||||
* | Add another break testcase | Matthias Clasen | 2019-07-07 | 2 | -0/+8 |
| | | | | This one is taken from #218. | ||||
* | Document the break testcase | Matthias Clasen | 2019-07-07 | 1 | -0/+1 |
| | |||||
* | Make the break test actually test things | Matthias Clasen | 2019-07-07 | 1 | -5/+5 |
| | | | | | We were not diffing the output against the expected results. | ||||
* | Add a test for log attrs | Matthias Clasen | 2019-07-07 | 2 | -0/+6 |
This is useful for exploring line breaking. |