summaryrefslogtreecommitdiff
path: root/tests/typ/layout/pagebreak.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/layout/pagebreak.typ')
-rw-r--r--tests/typ/layout/pagebreak.typ6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/typ/layout/pagebreak.typ b/tests/typ/layout/pagebreak.typ
index ff15d156..20962a71 100644
--- a/tests/typ/layout/pagebreak.typ
+++ b/tests/typ/layout/pagebreak.typ
@@ -9,9 +9,9 @@ First of two
// Make sure that you can't do page related stuff in a container.
A
#box[
- B
- #pagebreak()
- #page("a4")[]
+ B
+ #pagebreak()
+ #page("a4")[]
]
C