mirror of
https://github.com/typst/typst
synced 2025-08-15 07:28:32 +08:00
remove todo from tests
This commit is contained in:
parent
83be47e346
commit
0f5dcd7145
@ -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],
|
||||
|
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user