mirror of
https://github.com/typst/typst
synced 2025-07-27 14:27:56 +08:00
fixup! test: table header id generation
This commit is contained in:
parent
2445bb4361
commit
070a0faf5c
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user