From 230c6765314c29075ad697670d9ba5acbdcfe124 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 20 Aug 2021 23:15:51 -0400 Subject: tests: Handle text transform attrs --- tests/test-common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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: -- cgit v1.2.1