typst/tests/typ/compute
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
..
calc.typ Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318) 2023-10-09 15:30:40 +02:00
construct.typ Fix argument parsing bug 2023-10-27 13:25:15 +02:00
data.typ Bump dependencies 2023-09-13 14:44:45 +02:00
foundations.typ Update tests for type system changes 2023-09-11 14:42:43 +02:00
version.typ Add capability to get current compiler version (#2016) 2023-10-02 20:28:19 +02:00