summaryrefslogtreecommitdiff
path: root/tests/src/run.rs
AgeCommit message (Collapse)Author
2025-07-03feat: write tags for links and use quadpoints in link annotationsTobias Schmitz
2025-07-03feat: [WIP] allow specifying alt text for linksTobias Schmitz
skip-checks:true # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Wed May 28 17:47:35 2025 +0200 # # On branch pdf-accessibility # Your branch and 'origin/pdf-accessibility' have diverged, # and have 11 and 5 different commits each, respectively. # # Changes to be committed: # modified: crates/typst-ide/src/jump.rs # modified: crates/typst-layout/src/flow/distribute.rs # modified: crates/typst-layout/src/modifiers.rs # modified: crates/typst-library/src/foundations/content.rs # modified: crates/typst-library/src/layout/frame.rs # modified: crates/typst-library/src/model/bibliography.rs # modified: crates/typst-library/src/model/footnote.rs # modified: crates/typst-library/src/model/link.rs # modified: crates/typst-library/src/model/outline.rs # modified: crates/typst-library/src/model/reference.rs # modified: crates/typst-pdf/src/convert.rs # modified: crates/typst-pdf/src/link.rs # modified: crates/typst-render/src/lib.rs # modified: crates/typst-svg/src/lib.rs # modified: tests/src/run.rs #
2025-06-23Test runner support for HTML export errorsLaurenz
2025-06-11Fix panic when test source is not found in world (#6428)Tobias Schmitz
2025-06-10Report errors in external files (#6308)Tobias Schmitz
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2025-02-24Bump MSRV to 1.83 and Rust in CI to 1.85 (#5946)Laurenz
2024-12-20HTML tests (#5594)Michael Färber
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-12-04Rename `Document` to `PagedDocument`Laurenz
2024-10-312. Allow compiling test-runner with only typst_syntaxIan Wrzesinski
2024-09-30PDF export diagnostics (#5073)Laurenz
2024-09-16Shrink tests (#4967)Laurenz
2024-08-26Small improvements to the test runner (#4838)Laurenz
2024-08-16Fix document set rules (#4768)Laurenz
2024-07-20Support transparent page fill (#4586)Laurenz
Co-authored-by: Martin Haug <mhaug@live.de>
2024-06-10Remove `Tracer` (#4365)Laurenz
2024-05-22Refactor frame metadata into tags (#4212)Laurenz
2024-05-10Add parameter to select pages to be exported by CLI (#4039)PgBiel
2024-05-08Run PDF and SVG export in CI (#4097)Laurenz
2024-04-13Better test runner (#3922)Laurenz