summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-04 10:31:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-08-04 10:37:44 -0400
commita9c9c5155892f3fe8679bc0f86f333b87c75c69f (patch)
tree9313b0800198351ad07013fd280ef03388f36450
parent2e6f2eb8148220b09d4834065d53c73a3ac2427b (diff)
downloadpango-a9c9c5155892f3fe8679bc0f86f333b87c75c69f.tar.gz
tests: Cover new attribute types
-rw-r--r--tests/testattributes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testattributes.c b/tests/testattributes.c
index 3481d01b..dde1cbce 100644
--- a/tests/testattributes.c
+++ b/tests/testattributes.c
@@ -63,6 +63,9 @@ test_attributes_basic (void)
test_copy (pango_attr_shape_new (&rect, &rect));
test_copy (pango_attr_gravity_new (PANGO_GRAVITY_SOUTH));
test_copy (pango_attr_gravity_hint_new (PANGO_GRAVITY_HINT_STRONG));
+ 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));
}
static void