summaryrefslogtreecommitdiff
path: root/tests/markups/valid-8.expected
Commit message (Collapse)AuthorAgeFilesLines
* Fix a g_ascii_formatd callfix-asciid-callMatthias Clasen2022-01-181-9/+9
| | | | | | | | | | | We were passing a format specifier that starts with ' ', which some implementations of that API don't like. This change removes an extraneous space from the output. Update affected tests. Fixes: #659
* tests: Reuse attribute serialization codeMatthias Clasen2021-11-171-32/+32
| | | | Update affected test outputs.
* tests: Improve markup test coverageMatthias Clasen2021-06-281-9/+58
| | | | Cover many more error cases.
* Some test updatesMatthias Clasen2019-07-141-8/+8
| | | | | Share the attribute printing code between all the tests, update expected output to match.
* Test attribute iteratorsMatthias Clasen2018-01-031-0/+12
| | | | | | 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 some tests for markup with alphaMatthias Clasen2015-08-141-0/+24