diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/layouts/no-space.layout | 22 | ||||
-rw-r--r-- | tests/layouts/valid-14.layout | 4 |
2 files changed, 13 insertions, 13 deletions
diff --git a/tests/layouts/no-space.layout b/tests/layouts/no-space.layout index 07f6aa06..12f878f6 100644 --- a/tests/layouts/no-space.layout +++ b/tests/layouts/no-space.layout @@ -20,9 +20,9 @@ "output" : { "is-wrapped" : false, "is-ellipsized" : false, - "unknown-glyphs" : 0, - "width" : 220160, - "height" : 220160, + "unknown-glyphs" : 4, + "width" : 261120, + "height" : 261120, "log-attrs" : [ { "char-break" : true, @@ -104,14 +104,14 @@ "end-x-offset" : 0, "glyphs" : [ { - "glyph" : 0, - "width" : 44032, + "glyph" : 268435488, + "width" : 54272, "is-cluster-start" : true, "log-cluster" : 0 }, { - "glyph" : 0, - "width" : 44032, + "glyph" : 268435488, + "width" : 54272, "is-cluster-start" : true, "log-cluster" : 1 }, @@ -122,14 +122,14 @@ "log-cluster" : 2 }, { - "glyph" : 0, - "width" : 44032, + "glyph" : 268435488, + "width" : 54272, "is-cluster-start" : true, "log-cluster" : 5 }, { - "glyph" : 0, - "width" : 44032, + "glyph" : 268435488, + "width" : 54272, "is-cluster-start" : true, "log-cluster" : 6 } diff --git a/tests/layouts/valid-14.layout b/tests/layouts/valid-14.layout index 9bfd7723..69d061b0 100644 --- a/tests/layouts/valid-14.layout +++ b/tests/layouts/valid-14.layout @@ -23,7 +23,7 @@ "output" : { "is-wrapped" : false, "is-ellipsized" : true, - "unknown-glyphs" : 0, + "unknown-glyphs" : 1, "width" : 161792, "height" : 161792, "log-attrs" : [ @@ -266,7 +266,7 @@ "end-x-offset" : 0, "glyphs" : [ { - "glyph" : 0, + "glyph" : 268435488, "width" : 15360, "is-cluster-start" : true, "log-cluster" : 0 |