mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
12 lines
211 B
XML
12 lines
211 B
XML
// 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
|