summaryrefslogtreecommitdiff
path: root/tests/typ/bugs/grid-4.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/bugs/grid-4.typ')
-rw-r--r--tests/typ/bugs/grid-4.typ17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/typ/bugs/grid-4.typ b/tests/typ/bugs/grid-4.typ
new file mode 100644
index 00000000..691bf877
--- /dev/null
+++ b/tests/typ/bugs/grid-4.typ
@@ -0,0 +1,17 @@
+// Ensure gutter rows at the top or bottom of a region are skipped.
+
+---
+#set page(height: 10em)
+
+#table(
+ row-gutter: 1.5em,
+ inset: 0pt,
+ rows: (1fr, auto),
+ [a],
+ [],
+ [],
+ [f],
+ [e\ e],
+ [],
+ [a]
+)