typst/tests
Laurenz ba3d43f7b2 Refresh function call and dictionary syntax
- No colon between function name and arguments, just whitespace
- "Named" arguments (previously "keyword" arguments) use colon instead of equals sign
2020-12-27 20:45:20 +01:00
..
ref Add color enum 🎨 2020-12-27 19:23:26 +01:00
res Compress images in PDFs ⚙ 2020-11-30 22:07:08 +01:00
typ Refresh function call and dictionary syntax 2020-12-27 20:45:20 +01:00
README.md Test [pagebreak] 🗞 2020-12-17 11:31:07 +01:00
typeset.rs Test [font] 🧣 2020-12-17 15:43:30 +01:00

README.md

Tests

  • typ: Input files.
  • ref: Reference images which the output is compared with to determine whether a test passed or failed. To keep things small, please run oxipng -o max tests/ref/<img> when creating or updating reference images (note that <img> can be * to optimize all images).
  • res: Resource files used by tests.
  • out: PNG and PDF files produced by tests.