summaryrefslogtreecommitdiff
path: root/tests/typ/page-error.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/page-error.typ')
-rw-r--r--tests/typ/page-error.typ8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/typ/page-error.typ b/tests/typ/page-error.typ
index dee5c449..e259a04e 100644
--- a/tests/typ/page-error.typ
+++ b/tests/typ/page-error.typ
@@ -1,11 +1,11 @@
// Test error cases of the `page` function.
-// compare-ref: false
-// error: 8:8-8:19 invalid paper
-// error: 11:17-11:20 aligned axis
-
// 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