diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-08-04 10:31:39 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-08-04 10:37:44 -0400 |
commit | a9c9c5155892f3fe8679bc0f86f333b87c75c69f (patch) | |
tree | 9313b0800198351ad07013fd280ef03388f36450 /tests | |
parent | 2e6f2eb8148220b09d4834065d53c73a3ac2427b (diff) | |
download | pango-a9c9c5155892f3fe8679bc0f86f333b87c75c69f.tar.gz |
tests: Cover new attribute types
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testattributes.c | 3 |
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 |