diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-03-12 14:16:59 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-03-12 14:16:59 +0100 |
| commit | c3acb491e38d333acff6897479f7dd9c86fba307 (patch) | |
| tree | 7bf33511e7631c2ebff1b1f438eeefba6e3ae6a2 /tests | |
| parent | 584a43277dbfbdba834a2681afe63d10598db3f9 (diff) | |
Refactor execution context 🏗
- The execution context is a lot more structured: Instead of a magic stack of arbitrary objects there are static objects for pages, stacks and paragraphs
- Page softness/keeping mechanic is now a lot simpler than before
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/library/page.typ | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/typ/library/page.typ b/tests/typ/library/page.typ index ac222e04..5123b876 100644 --- a/tests/typ/library/page.typ +++ b/tests/typ/library/page.typ @@ -50,6 +50,7 @@ Right to left! #page[First] #page[Second] #pagebreak() +#pagebreak() Fourth #page[] Sixth |
