From b9c0fd87d304942db315ca6fdbccddf233d045cd Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 14 Feb 2023 12:34:16 +0100 Subject: Fix grid sizing --- tests/ref/bugs/grid-3.png | Bin 0 -> 1844 bytes tests/typ/bugs/grid-3.typ | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 tests/ref/bugs/grid-3.png create mode 100644 tests/typ/bugs/grid-3.typ (limited to 'tests') diff --git a/tests/ref/bugs/grid-3.png b/tests/ref/bugs/grid-3.png new file mode 100644 index 00000000..c4569851 Binary files /dev/null and b/tests/ref/bugs/grid-3.png differ 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 -- cgit v1.2.3