[pango/text-transform-3: 3/9] tests: Handle text transform attrs




commit 230c6765314c29075ad697670d9ba5acbdcfe124
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 20 23:15:51 2021 -0400

    tests: Handle text transform attrs

 tests/test-common.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/test-common.c b/tests/test-common.c
index 78ed722f..3df4015c 100644
--- a/tests/test-common.c
+++ b/tests/test-common.c
@@ -142,6 +142,7 @@ print_attribute (PangoAttribute *attr, GString *string)
     case PANGO_ATTR_ALLOW_BREAKS:
     case PANGO_ATTR_INSERT_HYPHENS:
     case PANGO_ATTR_SHOW:
+    case PANGO_ATTR_TEXT_TRANSFORM:
       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]