diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-07-20 14:52:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-20 12:52:17 +0000 |
| commit | 46ef8e1dfa39d2ee953e7af722b3b6ff20907443 (patch) | |
| tree | 44818c937364033fef89f8d048b00287d8a6e697 /tests/suite/layout/grid/headers.typ | |
| parent | 96d456e2672c05f0b9c042fb481b1748c013a63d (diff) | |
Deprecate some things (#4562)
Diffstat (limited to 'tests/suite/layout/grid/headers.typ')
| -rw-r--r-- | tests/suite/layout/grid/headers.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite/layout/grid/headers.typ b/tests/suite/layout/grid/headers.typ index 78a2540f..c9c95e13 100644 --- a/tests/suite/layout/grid/headers.typ +++ b/tests/suite/layout/grid/headers.typ @@ -265,13 +265,13 @@ rows: (auto, 2em, auto, auto), table.header( [eeec], - table.cell(rowspan: 2, count.step() + count.display()), + table.cell(rowspan: 2, count.step() + context count.display()), ), [d], block(width: 5em, fill: yellow, lorem(15)), [d] ) -#count.display() +#context count.display() --- grid-header-expand --- // Ensure header expands to fit cell placed in it after its declaration |
