summaryrefslogtreecommitdiff
path: root/tests/markups
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-08-14 23:18:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-08-14 23:18:25 -0400
commita2095b02d71a62a32e39fd4ca3c5c92457cdead7 (patch)
tree922d28d99b629e494ff7732094774ac68fe41a24 /tests/markups
parent9a2b0f07225aaf69b33494ce7de62c814cff6b59 (diff)
downloadpango-a2095b02d71a62a32e39fd4ca3c5c92457cdead7.tar.gz
Add a testcase for font-features in markup
Diffstat (limited to 'tests/markups')
-rw-r--r--tests/markups/valid-9.expected8
-rw-r--r--tests/markups/valid-9.markup1
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/markups/valid-9.expected b/tests/markups/valid-9.expected
new file mode 100644
index 00000000..06936f9f
--- /dev/null
+++ b/tests/markups/valid-9.expected
@@ -0,0 +1,8 @@
+Blue text
+
+
+---
+
+range 0 9
+[0 9] font-features kern 0, dlig, lnum 1, -pnum
+range 9 2147483647
diff --git a/tests/markups/valid-9.markup b/tests/markups/valid-9.markup
new file mode 100644
index 00000000..b807f766
--- /dev/null
+++ b/tests/markups/valid-9.markup
@@ -0,0 +1 @@
+<markup><span font-features="kern 0, dlig, lnum 1, -pnum">Blue text</span></markup>