From 0f5dcd7145003956236542f624bbeecf4c702655 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Wed, 5 Mar 2025 15:10:33 -0300 Subject: [PATCH] remove todo from tests --- tests/suite/layout/grid/footers.typ | 1 - tests/suite/layout/grid/headers.typ | 1 - 2 files changed, 2 deletions(-) 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],