summaryrefslogtreecommitdiff
path: root/tests/layouts/valid-13.layout
Commit message (Collapse)AuthorAgeFilesLines
* Update affected teststab-spacesMatthias Clasen2021-12-081-9/+8
|
* Add a monospace font for ciMatthias Clasen2021-12-061-8/+8
| | | | Update affected test outputs.
* Update tests for small changes in outputMatthias Clasen2021-12-021-97/+97
|
* layout: Small optimizationMatthias Clasen2021-12-021-7/+7
| | | | | Don't calculate line width the hard way when we can do it much easier.
* tabs: Add a decimal pointMatthias Clasen2021-11-291-5/+10
| | | | | | | This is useful for PANGO_TAB_DECIMAL. Implement this in PangoLayout, in the serializer, and update tests.
* serializer: Support tab alignmentsMatthias Clasen2021-11-291-5/+20
| | | | | | | | | Serialize tab alignment in addition to tab position. We still accept the old format and default alignment to left. Update testserialize and layout tests for this.
* Update tests one more timeMatthias Clasen2021-11-261-452/+464
|
* Add a newline to serialization resultsMatthias Clasen2021-11-251-1/+1
| | | | | | | | Otherwise editing the output in an editor is likely to make the data not match anymore, since most editors will add a final newline. Update all tests
* Make test-layout use included fontsMatthias Clasen2021-11-251-4/+47
| | | | | | | | | Add Cantarell, DejaVu Sans and a subset of Noto Color Emoji to git, and make test-layout use just those fonts. This should help with keeping the ci from breaking due to different system fonts. Update tests.
* Update test-layoutMatthias Clasen2021-11-241-3/+742
| | | | | | Use the new output serialization in test-layout to store both the input and output in the same file.
* Make test-layout use layout serializationMatthias Clasen2021-11-181-0/+16
Now that we have this api, lets use it for our tests.