summaryrefslogtreecommitdiff
path: root/tests/layouts/valid-2.expected
Commit message (Collapse)AuthorAgeFilesLines
* tests: Check more layout propertiesMatthias Clasen2021-07-061-0/+8
| | | | | | | | Allow setting more layout properties in test-layout, and check their values after setting them. Also print out directions and cursor positions. Update existing tests, and add more.
* Some test updatesMatthias Clasen2019-07-141-7/+7
| | | | | Share the attribute printing code between all the tests, update expected output to match.
* Regenerate expected layout test outputMatthias Clasen2019-06-031-5/+5
| | | | | | The locale is reflected in the lang field, so the output changes due to the previous commit.
* Update expected test resultsMatthias Clasen2014-09-191-5/+5
| | | | | Update the expected output of the layout tests to the previous change.
* Add tests for PangoLayoutMatthias Clasen2014-08-301-0/+34
This tests works similar to the markup parser tests - we populate a layout with known data, and then compare a dump of its properties with expected output.