summaryrefslogtreecommitdiff
path: root/tests/suite/layout
diff options
context:
space:
mode:
author+merlan #flirora <uruwi@protonmail.com>2024-06-11 05:14:26 -0400
committerGitHub <noreply@github.com>2024-06-11 09:14:26 +0000
commita10e3324c21daf25fd8e8fc5336aa72718a87e47 (patch)
tree420be1032e6e8b070776c9000cbc90a3146a7a86 /tests/suite/layout
parent20475ab0bf4f28511064195b71890a3cf5d188a1 (diff)
interrupt_styles: Check all potential style matches (#4345)
Diffstat (limited to 'tests/suite/layout')
-rw-r--r--tests/suite/layout/page.typ8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/suite/layout/page.typ b/tests/suite/layout/page.typ
index c3576ede..f833af59 100644
--- a/tests/suite/layout/page.typ
+++ b/tests/suite/layout/page.typ
@@ -258,3 +258,11 @@ Default page numbers now.
Hi
#pagebreak()
= Second
+
+--- issue-4340-set-document-and-page ---
+// Test custom page fields being applied on the last page
+// if the document has custom fields.
+#set document(author: "")
+#set page(fill: gray)
+text
+#pagebreak()