diff options
Diffstat (limited to 'tests/typ/func-page-error.typ')
| -rw-r--r-- | tests/typ/func-page-error.typ | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/typ/func-page-error.typ b/tests/typ/func-page-error.typ new file mode 100644 index 00000000..e259a04e --- /dev/null +++ b/tests/typ/func-page-error.typ @@ -0,0 +1,11 @@ +// Test error cases of the `page` function. + +// Invalid paper. +[page: nonexistant] + +// Aligned axes. +[page: main-dir=ltr] + +// compare-ref: false +// error: 4:8-4:19 invalid paper +// error: 7:17-7:20 aligned axis |
