summaryrefslogtreecommitdiff
path: root/tests/typ/layout/grid-footers-5.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/layout/grid-footers-5.typ')
-rw-r--r--tests/typ/layout/grid-footers-5.typ13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/typ/layout/grid-footers-5.typ b/tests/typ/layout/grid-footers-5.typ
index db2489fd..874fcd2e 100644
--- a/tests/typ/layout/grid-footers-5.typ
+++ b/tests/typ/layout/grid-footers-5.typ
@@ -26,3 +26,16 @@
gutter: 3pt,
table.footer[a][b][c]
)
+
+---
+// Test footer stroke priority edge case
+#set page(height: 10em)
+#table(
+ columns: 2,
+ stroke: black,
+ ..(table.cell(stroke: aqua)[d],) * 8,
+ table.footer(
+ table.cell(rowspan: 2, colspan: 2)[a],
+ [c], [d]
+ )
+)