diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-24 19:54:39 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-25 07:57:14 -0500 |
commit | 05be686a512299fc03e987399819ff13b7935b81 (patch) | |
tree | 47665a01030710cc00d2726c1fd184232bd137dd /tests/layouts/valid-18.layout | |
parent | cddd173f713335318802a98f008d44b66ac4db46 (diff) | |
download | pango-05be686a512299fc03e987399819ff13b7935b81.tar.gz |
Add a newline to serialization results
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
Diffstat (limited to 'tests/layouts/valid-18.layout')
-rw-r--r-- | tests/layouts/valid-18.layout | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/layouts/valid-18.layout b/tests/layouts/valid-18.layout index 9424a079..2337a562 100644 --- a/tests/layouts/valid-18.layout +++ b/tests/layouts/valid-18.layout @@ -27,8 +27,8 @@ "output" : { "is-wrapped" : true, "is-ellipsized" : false, - "unknown-glyphs" : 9, - "width" : 295936, + "unknown-glyphs" : 5, + "width" : 302080, "height" : 56320, "log-attrs" : [ { @@ -396,8 +396,8 @@ "log-cluster" : 3 }, { - "glyph" : 268444707, - "width" : 8192, + "glyph" : 1195, + "width" : 11264, "is-cluster-start" : true, "log-cluster" : 4 }, @@ -426,8 +426,8 @@ "log-cluster" : 8 }, { - "glyph" : 268444707, - "width" : 8192, + "glyph" : 1195, + "width" : 11264, "is-cluster-start" : true, "log-cluster" : 9 }, @@ -574,8 +574,8 @@ "log-cluster" : 2 }, { - "glyph" : 268444707, - "width" : 8192, + "glyph" : 1195, + "width" : 11264, "is-cluster-start" : true, "log-cluster" : 3 }, @@ -670,8 +670,8 @@ "log-cluster" : 20 }, { - "glyph" : 268444707, - "width" : 8192, + "glyph" : 1195, + "width" : 11264, "is-cluster-start" : true, "log-cluster" : 21 }, @@ -760,4 +760,4 @@ } ] } -}
\ No newline at end of file +} |