typst/tests/typ/func-page-error.typ
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

12 lines
210 B
XML

// Test error cases of the `page` function.
// Invalid paper.
[page nonexistant]
// Aligned axes.
[page main-dir: ltr]
// compare-ref: false
// error: 4:7-4:18 invalid paper
// error: 7:17-7:20 aligned axis