[pango/visible-things: 4/12] itemize test: Update for new attributes



commit 9595cc78cba0ba094696b39e3bdf741c78961edf
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jul 13 16:00:29 2019 -0400

    itemize test: Update for new attributes

 tests/test-common.c | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/tests/test-common.c b/tests/test-common.c
index 83f4d99c..96ceb222 100644
--- a/tests/test-common.c
+++ b/tests/test-common.c
@@ -118,6 +118,9 @@ print_attribute (PangoAttribute *attr, GString *string)
     case PANGO_ATTR_GRAVITY_HINT:
     case PANGO_ATTR_FOREGROUND_ALPHA:
     case PANGO_ATTR_BACKGROUND_ALPHA:
+    case PANGO_ATTR_SHOW_SPACE:
+    case PANGO_ATTR_SHOW_IGNORABLES:
+    case PANGO_ATTR_SHOW_LINE_SEPARATORS:
       g_string_append_printf (string, "%d", ((PangoAttrInt *)attr)->value);
       break;
     case PANGO_ATTR_FONT_DESC:


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