diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-14 12:34:16 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-14 12:34:16 +0100 |
| commit | b9c0fd87d304942db315ca6fdbccddf233d045cd (patch) | |
| tree | ae8231ab2999d44fd67cdba120a336704c4a6242 /tests/typ | |
| parent | cc9b52ddd4defa3894ee3a4b28e411fa0b0991ba (diff) | |
Fix grid sizing
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/bugs/grid-3.typ | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/typ/bugs/grid-3.typ b/tests/typ/bugs/grid-3.typ new file mode 100644 index 00000000..19317c50 --- /dev/null +++ b/tests/typ/bugs/grid-3.typ @@ -0,0 +1,8 @@ +// Ensure that the list does not jump to the third page. + +--- +#set page(height: 70pt) +#v(40pt) +The following: ++ A ++ B |
