fixup! test: table header id generation

This commit is contained in:
Tobias Schmitz 2025-07-08 14:14:21 +02:00
parent 2445bb4361
commit 070a0faf5c
No known key found for this signature in database

View File

@ -84,7 +84,7 @@ impl TableCtx {
x: x.saturating_as(), x: x.saturating_as(),
y: y.saturating_as(), y: y.saturating_as(),
rowspan: rowspan.try_into().unwrap_or(NonZeroU32::MAX), rowspan: rowspan.try_into().unwrap_or(NonZeroU32::MAX),
colspan: rowspan.try_into().unwrap_or(NonZeroU32::MAX), colspan: colspan.try_into().unwrap_or(NonZeroU32::MAX),
kind, kind,
headers: TagIdRefs::NONE, headers: TagIdRefs::NONE,
nodes, nodes,