diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-27 14:50:28 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-27 14:50:28 +0000 |
commit | ac2bf585e04c49be419f44a97c4ef0de0fd21014 (patch) | |
tree | c54b8791034fb303aefef195955cbd5e38aeda83 /tests/layouts/valid-8.layout | |
parent | 84ff272ea04a3f2a142d89e583bda066428ac6f7 (diff) | |
parent | 8f7c1ed695652df879417e748f09425e644a1d4d (diff) | |
download | pango-ac2bf585e04c49be419f44a97c4ef0de0fd21014.tar.gz |
Merge branch 'fix-emoji-in-tests' into 'main'
Make sure glyphinfo is fully initialized
See merge request GNOME/pango!523
Diffstat (limited to 'tests/layouts/valid-8.layout')
-rw-r--r-- | tests/layouts/valid-8.layout | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/tests/layouts/valid-8.layout b/tests/layouts/valid-8.layout index ef463535..3e084bea 100644 --- a/tests/layouts/valid-8.layout +++ b/tests/layouts/valid-8.layout @@ -15,7 +15,8 @@ 0.0 ] }, - "text" : "Hello שלום Γειά σας\n", + "comment" : "", + "text" : "Hello שלום Γειά σας", "font" : "Cantarell 11", "auto-dir" : false, "alignment" : "center", @@ -25,7 +26,7 @@ "is-ellipsized" : false, "unknown-glyphs" : 0, "width" : 134144, - "height" : 90112, + "height" : 19456, "log-attrs" : [ { "char-break" : true, @@ -146,21 +147,14 @@ "break-inserts-hyphen" : true }, { - "char-break" : true, - "white" : true, - "cursor-position" : true, - "word-end" : true, - "sentence-end" : true, - "word-boundary" : true - }, - { "line-break" : true, "mandatory-break" : true, "char-break" : true, "white" : true, "cursor-position" : true, + "word-end" : true, "sentence-boundary" : true, - "backspace-deletes-character" : true, + "sentence-end" : true, "word-boundary" : true } ], @@ -403,13 +397,6 @@ ] } ] - }, - { - "start-index" : 31, - "length" : 0, - "paragraph-start" : true, - "direction" : "ltr", - "runs" : [] } ] } |