diff options
Diffstat (limited to 'tests/typ/bugs/pagebreak-set-style.typ')
| -rw-r--r-- | tests/typ/bugs/pagebreak-set-style.typ | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/typ/bugs/pagebreak-set-style.typ b/tests/typ/bugs/pagebreak-set-style.typ deleted file mode 100644 index 1ac24652..00000000 --- a/tests/typ/bugs/pagebreak-set-style.typ +++ /dev/null @@ -1,12 +0,0 @@ -// https://github.com/typst/typst/issues/2162 -// The styles should not be applied to the pagebreak empty page, -// it should only be applied after that. - -#pagebreak(to: "even") // We should now skip to page 2 - -Some text on page 2 - -#pagebreak(to: "even") // We should now skip to page 4 - -#set page(fill: orange) // This sets the color of the page starting from page 4 -Some text on page 4 |
