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-1.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-1.layout')
-rw-r--r-- | tests/layouts/valid-1.layout | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/tests/layouts/valid-1.layout b/tests/layouts/valid-1.layout index 8ee8cf46..db84fb5c 100644 --- a/tests/layouts/valid-1.layout +++ b/tests/layouts/valid-1.layout @@ -15,7 +15,7 @@ 0.0 ] }, - "text" : "This is a test of the automatic emergency brake!\n", + "text" : "This is a test of the automatic emergency brake!", "attributes" : [ { "start" : 22, @@ -38,7 +38,7 @@ "is-ellipsized" : true, "unknown-glyphs" : 0, "width" : 225280, - "height" : 37888, + "height" : 19456, "log-attrs" : [ { "char-break" : true, @@ -326,20 +326,13 @@ "word-boundary" : true }, { - "char-break" : true, - "white" : true, - "cursor-position" : true, - "sentence-end" : true, - "word-boundary" : true - }, - { "line-break" : true, "mandatory-break" : true, "char-break" : true, "white" : true, "cursor-position" : true, "sentence-boundary" : true, - "backspace-deletes-character" : true, + "sentence-end" : true, "word-boundary" : true } ], @@ -678,13 +671,6 @@ ] } ] - }, - { - "start-index" : 49, - "length" : 0, - "paragraph-start" : true, - "direction" : "ltr", - "runs" : [] } ] } |