summaryrefslogtreecommitdiff
path: root/tests/markups/valid-2.expected
Commit message (Collapse)AuthorAgeFilesLines
* Some test updatesMatthias Clasen2019-07-141-3/+3
| | | | | Share the attribute printing code between all the tests, update expected output to match.
* Test attribute iteratorsMatthias Clasen2018-01-031-0/+8
| | | | | | 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.
* Add tests for pango markupMatthias Clasen2014-08-281-0/+12
This test is modeled after the GMarkup parser tests in GLib. Test file with a name ending in .markup can be dumped in tests/markups/, and tests/markup-parse can be used to generate the expected output files which should be in the same location and with the extension .markup replaced by .expected. The test is also used as an installed test.