summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/typ/layout/page.typ2
-rw-r--r--tests/typ/layout/pagebreak.typ2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/layout/page.typ b/tests/typ/layout/page.typ
index 123d1c6e..315680a6 100644
--- a/tests/typ/layout/page.typ
+++ b/tests/typ/layout/page.typ
@@ -24,7 +24,7 @@
[#page(margins: 0pt, left: 20pt) Overriden]
// Flipped predefined paper.
-[#page(paper: "iso-a11", flip: true) Flipped A11]
+[#page(paper: "a11", flip: true) Flipped A11]
// Flipped custom page size.
#page(width: 40pt, height: 120pt)
diff --git a/tests/typ/layout/pagebreak.typ b/tests/typ/layout/pagebreak.typ
index aac585c2..ab591c87 100644
--- a/tests/typ/layout/pagebreak.typ
+++ b/tests/typ/layout/pagebreak.typ
@@ -11,7 +11,7 @@ A
#box[
B
#pagebreak()
- #page("iso-a4")
+ #page("a4")
]
C