summaryrefslogtreecommitdiff
path: root/tests/typ/layout
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-11-26 23:42:40 +0100
committerLaurenz <laurmaedje@gmail.com>2022-11-26 23:52:01 +0100
commit6bafc6391061d4b589dea835705a08b25a4df9f8 (patch)
tree4add85f17fc56da341acfb58a223ea20d80c280a /tests/typ/layout
parent0579fd4409375aaa9fd8e87a06fd59097b5fcd97 (diff)
Document metadata
Diffstat (limited to 'tests/typ/layout')
-rw-r--r--tests/typ/layout/page-box.typ14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/typ/layout/page-box.typ b/tests/typ/layout/page-box.typ
deleted file mode 100644
index ed9d3e14..00000000
--- a/tests/typ/layout/page-box.typ
+++ /dev/null
@@ -1,14 +0,0 @@
-// Test that you can't do page related stuff in a container.
-
----
-A
-#box[
- B
- #pagebreak()
- #set page("a4")
-]
-C
-
-// No consequences from the page("A4") call here.
-#pagebreak()
-D