diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-12-18 19:28:44 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-12-18 22:26:32 -0500 |
commit | 3bcc08d389399b917c58bd70f6807c26f643ed32 (patch) | |
tree | 1e7c5c28df6012cb712da128dd7b8ad1ff4283b0 /tests/layouts/valid-4.layout | |
parent | 4620d50d7bfab138e230db7df38451473d8633b6 (diff) | |
download | pango-3bcc08d389399b917c58bd70f6807c26f643ed32.tar.gz |
serializer: Fix a typo
Oops, we were not serializing the height at all.
Update all affected tests.
Diffstat (limited to 'tests/layouts/valid-4.layout')
-rw-r--r-- | tests/layouts/valid-4.layout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/layouts/valid-4.layout b/tests/layouts/valid-4.layout index 2ba19616..b9d4f8fb 100644 --- a/tests/layouts/valid-4.layout +++ b/tests/layouts/valid-4.layout @@ -23,7 +23,7 @@ "is-ellipsized" : false, "unknown-glyphs" : 0, "width" : 197632, - "height" : 197632, + "height" : 97280, "log-attrs" : [ { "char-break" : true, |