summaryrefslogtreecommitdiff
path: root/tests/markups/valid-16.expected
Commit message (Collapse)AuthorAgeFilesLines
* Fix a g_ascii_formatd callfix-asciid-callMatthias Clasen2022-01-181-5/+5
| | | | | | | | | | | 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-6/+6
| | | | Update affected test outputs.
* tests: Improve markup test coverageMatthias Clasen2021-06-281-0/+27
Cover many more error cases.