diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-08-15 12:34:09 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-08-22 13:06:45 -0400 |
commit | eee80865680a946a38389f07a2fb0f3854394a8b (patch) | |
tree | 73113c7a42714da3255738a7d8b090e1ace79c02 /tests/markups | |
parent | aa12788659f2a65314bdcc005d50105a5f4a63cd (diff) | |
download | pango-eee80865680a946a38389f07a2fb0f3854394a8b.tar.gz |
Add more markup tests
Diffstat (limited to 'tests/markups')
-rw-r--r-- | tests/markups/fail-5.expected | 1 | ||||
-rw-r--r-- | tests/markups/fail-5.markup | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/markups/fail-5.expected b/tests/markups/fail-5.expected new file mode 100644 index 00000000..403ff7d9 --- /dev/null +++ b/tests/markups/fail-5.expected @@ -0,0 +1 @@ +ERROR: Value of 'strikethrough_color' attribute on <span> tag on line 1 could not be parsed; should be a color specification, not 'rot'
\ No newline at end of file diff --git a/tests/markups/fail-5.markup b/tests/markups/fail-5.markup new file mode 100644 index 00000000..50e6132e --- /dev/null +++ b/tests/markups/fail-5.markup @@ -0,0 +1 @@ +<span strikethrough_color="rot">Text</span> |