summaryrefslogtreecommitdiff
path: root/tests/markups/valid-4.expected
Commit message (Collapse)AuthorAgeFilesLines
* Improve PangoAttrList serializationMatthias Clasen2022-11-181-2/+2
| | | | | | | Document the format, and improve the parser a bit, so we can use this format in GtkBuilder. Update affected tests.
* Fix a g_ascii_formatd callfix-asciid-callMatthias Clasen2022-01-181-2/+2
| | | | | | | | | | | 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-19/+19
| | | | Update affected test outputs.
* markup: Change <sup> and <sub>Matthias Clasen2021-08-311-4/+4
| | | | | | | | Use the new baseline-shift and font-scale attributes to reimplement <sup> and <sub>. Now they take font metrics into account and nest properly.
* Some test updatesMatthias Clasen2019-07-141-19/+19
| | | | | Share the attribute printing code between all the tests, update expected output to match.
* Test attribute iteratorsMatthias Clasen2018-01-031-0/+18
| | | | | | 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/+38
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.