[pango/pango2: 186/195] Adapt layout tests to underline changes




commit 7a2579ac44cd74f462e02b01f871c46a837cfc49
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jun 5 00:01:48 2022 -0400

    Adapt layout tests to underline changes

 tests/layouts/valid-11.layout | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/tests/layouts/valid-11.layout b/tests/layouts/valid-11.layout
index 095d87be..e95712d9 100644
--- a/tests/layouts/valid-11.layout
+++ b/tests/layouts/valid-11.layout
@@ -31,19 +31,25 @@
       "start" : 7,
       "end" : 10,
       "type" : "underline",
-      "value" : "low"
+      "value" : "single"
+    },
+    {
+      "start" : 7,
+      "end" : 10,
+      "type" : "underline-position",
+      "value" : "under"
     },
     {
       "start" : 7,
       "end" : 10,
       "type" : "strikethrough",
-      "value" : true
+      "value" : "single"
     },
     {
       "start" : 11,
       "end" : 16,
       "type" : "underline",
-      "value" : "error"
+      "value" : "dotted"
     },
     {
       "start" : 11,
@@ -298,13 +304,19 @@
                   "start" : 7,
                   "end" : 10,
                   "type" : "underline",
-                  "value" : "low"
+                  "value" : "single"
+                },
+                {
+                  "start" : 7,
+                  "end" : 10,
+                  "type" : "underline-position",
+                  "value" : "under"
                 },
                 {
                   "start" : 7,
                   "end" : 10,
                   "type" : "strikethrough",
-                  "value" : true
+                  "value" : "single"
                 }
               ],
               "y-offset" : 0,
@@ -380,7 +392,7 @@
                   "start" : 11,
                   "end" : 16,
                   "type" : "underline",
-                  "value" : "error"
+                  "value" : "dotted"
                 }
               ],
               "y-offset" : 1024,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]