summaryrefslogtreecommitdiff
path: root/tests/itemize/two.expected
Commit message (Collapse)AuthorAgeFilesLines
* tests: Reuse attribute serialization codeMatthias Clasen2021-11-171-7/+7
| | | | 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-281-0/+1
| | | | | | | 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-141-6/+6
| | | | | Share the attribute printing code between all the tests, update expected output to match.
* Add a test for itemization with attributesMatthias Clasen2019-07-111-0/+8
This tests that font_fatures don't break runs anymore.