summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-22 18:28:45 -0700
committerMatthias Clasen <mclasen@redhat.com>2019-07-22 18:28:45 -0700
commitc7accfe8aa09c1ceeb043334f06e4dc03902223c (patch)
tree6c1e6d15b81ca64cf42dea8c819d74cd66ac7e05 /tests
parentc9e4e4d11b1c8327a317b2936d2158c6225d5cfe (diff)
downloadpango-c7accfe8aa09c1ceeb043334f06e4dc03902223c.tar.gz
tests: Print new attributes
Diffstat (limited to 'tests')
-rw-r--r--tests/test-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-common.c b/tests/test-common.c
index f6286d74..0b6c5c42 100644
--- a/tests/test-common.c
+++ b/tests/test-common.c
@@ -118,6 +118,7 @@ print_attribute (PangoAttribute *attr, GString *string)
case PANGO_ATTR_GRAVITY_HINT:
case PANGO_ATTR_FOREGROUND_ALPHA:
case PANGO_ATTR_BACKGROUND_ALPHA:
+ case PANGO_ATTR_ALLOW_BREAKS:
g_string_append_printf (string, "%d", ((PangoAttrInt *)attr)->value);
break;
case PANGO_ATTR_FONT_DESC: