summaryrefslogtreecommitdiff
path: root/tests/testattributes.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-22 11:51:44 +0200
committerMatthias Clasen <mclasen@redhat.com>2019-10-31 21:23:59 -0400
commiteda240e4bab967bcdf8d1f556f9ce6cf65c94cb8 (patch)
tree5bd17f6d5f13ffea114acf62b6ffa776d575e3bf /tests/testattributes.c
parentde0ab09cdbf5bdfa0caa365a22ac864e41838e48 (diff)
downloadpango-eda240e4bab967bcdf8d1f556f9ce6cf65c94cb8.tar.gz
tests: Handle new attributes
Diffstat (limited to 'tests/testattributes.c')
-rw-r--r--tests/testattributes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testattributes.c b/tests/testattributes.c
index dde1cbce..4bee59dc 100644
--- a/tests/testattributes.c
+++ b/tests/testattributes.c
@@ -54,6 +54,8 @@ test_attributes_basic (void)
pango_font_description_free (desc);
test_copy (pango_attr_underline_new (PANGO_UNDERLINE_LOW));
test_copy (pango_attr_underline_color_new (100, 200, 300));
+ test_copy (pango_attr_overline_new (PANGO_OVERLINE_SINGLE));
+ test_copy (pango_attr_overline_color_new (100, 200, 300));
test_copy (pango_attr_strikethrough_new (TRUE));
test_copy (pango_attr_strikethrough_color_new (100, 200, 300));
test_copy (pango_attr_rise_new (256));