summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2023-12-11Ignore *.pdf for typ files in tests (#2881)Leedehai
2023-12-05 Add simple fuzz testing (#2581)Nathaniel Brough
2023-08-08Add SVG export (#1729)Wenzhuo Liu
2023-07-02Move everything into `crates/` directoryLaurenz
2023-04-01Add .idea to gitignore (#514)HarmoGlace
2023-03-27Add Nix flake (#158)figsoda
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
2022-04-03Font fallbackLaurenz
2022-01-01Bump and lock dependenciesLaurenz
2021-04-21Make frames serializable 📚Laurenz
This also makes serialization support non-optional since it's too much feature-management for too little benefit.
2021-02-20VS Code extension for easier testing 🛠Laurenz
This extension enables you to - quickly open the actual and reference output for a test case to the side - re-run the test with the click of a button - approve the test output (moves output to reference folder and optimizes with oxipng)
2021-02-20Reorganize tests 🔀Laurenz
2021-01-16Flip test directory structure 🔃Laurenz
Move full/lang/library to the top-level as that's more ergonomic to use.
2021-01-13Enable multiple tests per file 🧱Laurenz
2020-12-16Better tokenization testing 🌋Laurenz
- Better tokenization test coverage. - Suffix testing: Each test case is tested with many different suffixes to ensure correct token ends. - Improves expression parsing (fixes #3).
2020-12-10Refine test infrastructure ✅Laurenz
- Tests diagnostics - More and better separated image tests
2020-11-25Move benchmarks into separate crate ♾Laurenz
So that CI does not have to build criterion each time.
2020-10-13Simple regression testing with file-based comparisons ✅Laurenz
2020-08-14Remove output files which sneaked into the repository ❌Laurenz
2020-01-21Decoupled function parser 🔗 [WIP]Laurenz
2019-11-28Update gitignore 📋Laurenz
2019-10-16Implement space extension (multipage) ➕Laurenz
2019-10-11Create test runner which renders layouts to images 🗺Laurenz
2019-10-09Extract into separate repository 🧱Laurenz