summaryrefslogtreecommitdiff
path: root/tests/itemize
Commit message (Collapse)AuthorAgeFilesLines
* tests: Reuse attribute serialization codeMatthias Clasen2021-11-172-14/+14
| | | | Update affected test outputs.
* test-itemize: Keep in sync with PangoLayoutMatthias Clasen2021-08-291-7/+7
| | | | | | This really needs some more generic treatment. Update affected test outputs.
* test-itemize: Print more informationMatthias Clasen2021-08-282-0/+2
| | | | | | | Print out the items num_chars and char_offset, so we can check that the char_offset implementation works. Update affected test outputs.
* test-itemize: Match PangoLayoutMatthias Clasen2019-07-241-6/+6
| | | | | | | Use the same logic as PangoLayout for filtering attributes. Update expected output to match.
* Some test updatesMatthias Clasen2019-07-142-7/+7
| | | | | Share the attribute printing code between all the tests, update expected output to match.
* Add a test for itemization with attributesMatthias Clasen2019-07-112-0/+11
| | | | This tests that font_fatures don't break runs anymore.
* test-itemize: Print out attributes tooMatthias Clasen2019-07-111-5/+6
| | | | Update existing tests.
* Add a testcase for itemizationMatthias Clasen2019-07-092-0/+8
Seems that the testsuite fails without any.