typst/tests/typ
Laurenz cbfd9884a9 Fix argument parsing bug
Things like `luma(1, key: "val")` didn't produce an error before because `args.finish()?` wasn't called. This changes `args: Args` to `args: &mut Args` to make it impossible for that to happen.
2023-10-27 13:25:15 +02:00
..
bugs Fix crashes with infinite lengths (part 2) (#2298) 2023-10-05 10:26:36 +02:00
compiler Fix argument parsing bug 2023-10-27 13:25:15 +02:00
compute Fix argument parsing bug 2023-10-27 13:25:15 +02:00
layout Fix pagebreak.to check (#2475) 2023-10-25 17:16:34 +02:00
lint Show warning to user if they use double/empty underscores (italic) (#1871) 2023-08-07 13:47:29 +02:00
math Refactor `cancel`, now able to take absolute angle or functions (#2466) 2023-10-22 14:07:30 +02:00
meta Adapt default figure separator to the current locale (#2390) 2023-10-22 13:33:00 +02:00
text Add `quote` element (#2252) 2023-10-10 11:59:11 +02:00
visualize Part 5a: Gradients on text with `relative: auto` or `relative: "parent"` (#2364) 2023-10-12 18:03:52 +02:00
coma.typ Reintroduce `--root` 2023-06-28 10:36:53 +02:00
empty.typ Reorganize tests 🔀 2021-02-20 23:34:33 +01:00