summaryrefslogtreecommitdiff
path: root/tests/layouts/valid-10.expected
Commit message (Collapse)AuthorAgeFilesLines
* Optionally serialize outputMatthias Clasen2021-11-241-37/+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-1/+1
| | | | Update affected test outputs.
* tests: Check more layout propertiesMatthias Clasen2021-07-061-0/+37
Allow setting more layout properties in test-layout, and check their values after setting them. Also print out directions and cursor positions. Update existing tests, and add more.