summaryrefslogtreecommitdiff
path: root/tests/layouts/bratwurst.layout
Commit message (Collapse)AuthorAgeFilesLines
* Update tests for script removalpango2-cleanupsMatthias Clasen2022-02-171-2/+2
| | | | | Removing PangoScript changed the names we get for scripts here.
* serializer: Fix a typoMatthias Clasen2021-12-181-1/+1
| | | | | | Oops, we were not serializing the height at all. Update all affected tests.
* Revert "Fix advance widths with transforms"fix-vertical-regressionMatthias Clasen2021-12-171-4/+4
| | | | | | | | | This reverts commit ccb651dd2a876a4f4a4cb9351f05332173e709ba. This broke vertical text rendering, see https://gitlab.com/inkscape/inkscape/-/issues/2950. Update affected tests and add a vertical test.
* Update tests for small changes in outputMatthias Clasen2021-12-021-23/+20
|
* 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-2/+31
| | | | | | | | | 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.
* Add more testsMatthias Clasen2021-11-241-9/+9
| | | | | These were produced with the help of http://gitlab.gnome.org/matthiasc/layout-editor
* Update test-layoutMatthias Clasen2021-11-241-10/+185
| | | | | | Use the new output serialization in test-layout to store both the input and output in the same file.
* Fix a case of unintended hyphenationMatthias Clasen2021-11-221-0/+21
When we take a complete item because there are no breakpoints, we were inserting a hyphen at the end even though there may not be a breakpoint there, and ending up with a hyphen in the middle of an (overlong) line: Brat-wurst. Test included. This but was discovered with the help of http://gitlab.gnome.org/matthiasc/layout-editor