summaryrefslogtreecommitdiff
path: root/tests/suite/layout/grid/headers.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/layout/grid/headers.typ')
-rw-r--r--tests/suite/layout/grid/headers.typ6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/suite/layout/grid/headers.typ b/tests/suite/layout/grid/headers.typ
index c3b92997..cb263376 100644
--- a/tests/suite/layout/grid/headers.typ
+++ b/tests/suite/layout/grid/headers.typ
@@ -186,7 +186,7 @@
[*Hello*],
[*World*]
),
- table.cell(rowspan: 3, lorem(40))
+ table.cell(rowspan: 3, lines(15))
)
--- grid-header-and-rowspan-non-contiguous-2 ---
@@ -201,7 +201,7 @@
[*Hello*],
[*World*]
),
- table.cell(rowspan: 3, lorem(40))
+ table.cell(rowspan: 3, lines(15))
)
--- grid-header-and-rowspan-non-contiguous-3 ---
@@ -215,7 +215,7 @@
[*Hello*],
[*World*]
),
- table.cell(rowspan: 3, lorem(40))
+ table.cell(rowspan: 3, lines(15))
)
--- grid-header-lack-of-space ---