summaryrefslogtreecommitdiff
path: root/tests/testattributes.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-21 04:32:48 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-08-21 04:32:48 +0000
commit1ac4f5d3dc9d88abb6f0a196291449c244f39b71 (patch)
tree5d0846958eaba2fa2d7f59b65968e458db15a19d /tests/testattributes.c
parentf72ff7d4752318b48e3dd0db83a2ef0300aa898f (diff)
parentb2c3b6a7ac43fbdedf1f13a240893159c329767f (diff)
downloadpango-1ac4f5d3dc9d88abb6f0a196291449c244f39b71.tar.gz
Merge branch 'text-transform-3' into 'main'
Add support for text transformation See merge request GNOME/pango!421
Diffstat (limited to 'tests/testattributes.c')
-rw-r--r--tests/testattributes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testattributes.c b/tests/testattributes.c
index aaf270f5..79caf7b8 100644
--- a/tests/testattributes.c
+++ b/tests/testattributes.c
@@ -69,6 +69,7 @@ test_attributes_basic (void)
test_copy (pango_attr_allow_breaks_new (FALSE));
test_copy (pango_attr_show_new (PANGO_SHOW_SPACES));
test_copy (pango_attr_insert_hyphens_new (FALSE));
+ test_copy (pango_attr_text_transform_new (PANGO_TEXT_TRANSFORM_UPPERCASE));
}
static void