diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-09-07 06:29:12 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-01-03 12:41:46 +0000 |
commit | 95c2aaaa9a1f0167e832a3d31700ae51e519fff4 (patch) | |
tree | 1dedcaf4f0a515b200c8a1fc795c27a5a5a55592 /tests/markups/valid-4.expected | |
parent | 53c483cb115cb33c72ccf320366af3f76716178a (diff) | |
download | pango-95c2aaaa9a1f0167e832a3d31700ae51e519fff4.tar.gz |
Test attribute iterators
Add a quick test for iterating through attribute lists
that piggy-backs on the markup tests - we already have
attribute lists and a place for expected results here.
Diffstat (limited to 'tests/markups/valid-4.expected')
-rw-r--r-- | tests/markups/valid-4.expected | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/markups/valid-4.expected b/tests/markups/valid-4.expected index eb46086e..171e84e1 100644 --- a/tests/markups/valid-4.expected +++ b/tests/markups/valid-4.expected @@ -36,3 +36,21 @@ range 45 54 [42 54] family Monospace [45 54] underline 1 range 54 2147483647 + + +--- + +[0:5] (null) Bold +[5:8] (null) Bold 0 +[8:9] (null) Bold 0 +[9:15] (null) Bold Italic 0 +[15:16] (null) Bold Italic 0 +[16:29] (null) Bold Italic 0 +[29:32] (null) Bold Italic 0 +[32:33] (null) Bold Italic 0 +[33:38] (null) Bold Italic 0 +[38:41] (null) Bold Italic 0 +[41:42] (null) Bold Italic 0 +[42:45] (null) Monospace Bold Italic 0 +[45:54] (null) Monospace Bold Italic 0 +[54:2147483647] (null) Monospace Bold Italic 0 |