remove todo from tests

This commit is contained in:
PgBiel 2025-03-05 15:10:33 -03:00
parent 83be47e346
commit 0f5dcd7145
2 changed files with 0 additions and 2 deletions

View File

@ -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],

View File

@ -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],