summaryrefslogtreecommitdiff
path: root/tests/src/tests.rs
AgeCommit message (Collapse)Author
2022-11-20Move font folderLaurenz
2022-11-19Rename `margins` to `margin`Laurenz
2022-11-07Show it!Laurenz
- New show rule syntax - Set if syntax - Removed wrap syntax
2022-11-04Style changesLaurenz
2022-11-03Tidy up libraryLaurenz
2022-11-03Separate test crateLaurenz
This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414