summaryrefslogtreecommitdiff
path: root/tests
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 22:37:47 -0400
commit781b6934214773e49213e30472aa47868cdb1cc4 (patch)
treea40c4a780e05ff6dd8196afe6f83dcd14fe70559 /tests
parent2df4fbc731f7cdd80c16507cfa102bcaf9192fc3 (diff)
downloadpango-781b6934214773e49213e30472aa47868cdb1cc4.tar.gz
tests: Handle new attribute values
Test that new underline values work.
Diffstat (limited to 'tests')
-rw-r--r--tests/testattributes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testattributes.c b/tests/testattributes.c
index 4bee59dc..9964f3d0 100644
--- a/tests/testattributes.c
+++ b/tests/testattributes.c
@@ -53,6 +53,7 @@ test_attributes_basic (void)
test_copy (pango_attr_font_desc_new (desc));
pango_font_description_free (desc);
test_copy (pango_attr_underline_new (PANGO_UNDERLINE_LOW));
+ test_copy (pango_attr_underline_new (PANGO_UNDERLINE_ERROR_LINE));
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));