From 6720d8c3017af787b8dce42e9fa15468f281629d Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 12 Jun 2023 17:20:49 +0200 Subject: Fix bug with missing table row Fixes #1388 --- tests/ref/bugs/table-row-missing.png | Bin 0 -> 1029 bytes tests/typ/bugs/table-row-missing.typ | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 tests/ref/bugs/table-row-missing.png create mode 100644 tests/typ/bugs/table-row-missing.typ (limited to 'tests') diff --git a/tests/ref/bugs/table-row-missing.png b/tests/ref/bugs/table-row-missing.png new file mode 100644 index 00000000..90c46d32 Binary files /dev/null and b/tests/ref/bugs/table-row-missing.png differ diff --git a/tests/typ/bugs/table-row-missing.typ b/tests/typ/bugs/table-row-missing.typ new file mode 100644 index 00000000..d72305ba --- /dev/null +++ b/tests/typ/bugs/table-row-missing.typ @@ -0,0 +1,8 @@ +// Test that a table row isn't wrongly treated like a gutter row. + +--- +#set page(height: 70pt) +#table( + rows: 16pt, + ..range(6).map(str).flatten(), +) -- cgit v1.2.3