Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a g_ascii_formatd callfix-asciid-call | Matthias Clasen | 2022-01-18 | 1 | -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 code | Matthias Clasen | 2021-11-17 | 1 | -6/+6 |
| | | | | Update affected test outputs. | ||||
* | tests: Improve markup test coverage | Matthias Clasen | 2021-06-28 | 1 | -0/+27 |
Cover many more error cases. |