diff --git a/tests/suite/layout/grid/footers.typ b/tests/suite/layout/grid/footers.typ index 840d27b65..263530f83 100644 --- a/tests/suite/layout/grid/footers.typ +++ b/tests/suite/layout/grid/footers.typ @@ -474,7 +474,6 @@ table.cell(y: 1)[a], table.footer( [b], [c], - // TODO: Why is the span just the letter 'd'? // Error: 6-7 cell would cause header or footer to expand to non-empty row 1 // Hint: 6-7 try moving its cells to earlier rows [d], diff --git a/tests/suite/layout/grid/headers.typ b/tests/suite/layout/grid/headers.typ index 62405d593..28ae753f1 100644 --- a/tests/suite/layout/grid/headers.typ +++ b/tests/suite/layout/grid/headers.typ @@ -438,7 +438,6 @@ table.cell(y: 1)[a], table.header( [b], [c], - // TODO: A bit odd that this span is just the letter 'd' // Error: 6-7 cell would cause header or footer to expand to non-empty row 1 // Hint: 6-7 try moving its cells to earlier rows [d],