summaryrefslogtreecommitdiff
path: root/tests/layouts/valid-22.expected
Commit message (Collapse)AuthorAgeFilesLines
* Optionally serialize outputMatthias Clasen2021-11-241-111/+0
| | | | | | | If requested, serialize lines, runs, and log attrs. This will let us use the serialization format to record not just the test inputs, but outputs as well.
* tests: Reuse attribute serialization codeMatthias Clasen2021-11-171-65/+65
| | | | Update affected test outputs.
* Be more forgiving about attribute orderingMatthias Clasen2021-09-011-0/+111
We don't really have firm control over the way attributes are ordered in the list, so the assumtion that we see proper nesting for baseline shifts was a bit optimistic. Just look through all open stack items for a match, and remove that. Test included.