summaryrefslogtreecommitdiff
path: root/tests/layouts/valid-2.layout
Commit message (Collapse)AuthorAgeFilesLines
* Update tests for small changes in outputMatthias Clasen2021-12-021-37/+37
|
* Update tests one more timeMatthias Clasen2021-11-261-18/+5
|
* 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-5/+76
| | | | | | | | | 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-2/+530
| | | | | | 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/+18
Now that we have this api, lets use it for our tests.