| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Use the new output serialization in test-layout
to store both the input and output in the same
file.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Make attribute_from_string() parse enum attribute values
in the same way as PangoMarkup, and use it in the
attribute tests.
Still to do: Do the same for flags. The flags parsing
function isn't exported, so this needs our tests to be
statically linked.
|
|
|
|
| |
Cover many more error cases.
|
|
|
|
|
|
|
| |
Add a way to deserialize a PangoAttrList from a string,
for less cumbersome tests.
And use it in testattributes.
|
| |
|
|
|
|
|
| |
Share the attribute printing code between
all the tests, update expected output to match.
|
|
These will be reused later.
|