diff options
| author | +merlan #flirora <uruwi@protonmail.com> | 2024-06-11 05:14:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 09:14:26 +0000 |
| commit | a10e3324c21daf25fd8e8fc5336aa72718a87e47 (patch) | |
| tree | 420be1032e6e8b070776c9000cbc90a3146a7a86 /tests | |
| parent | 20475ab0bf4f28511064195b71890a3cf5d188a1 (diff) | |
interrupt_styles: Check all potential style matches (#4345)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/issue-4340-set-document-and-page.png | bin | 0 -> 222 bytes | |||
| -rw-r--r-- | tests/suite/layout/page.typ | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/ref/issue-4340-set-document-and-page.png b/tests/ref/issue-4340-set-document-and-page.png Binary files differnew file mode 100644 index 00000000..4737d2eb --- /dev/null +++ b/tests/ref/issue-4340-set-document-and-page.png 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() |
