diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-01-18 13:44:45 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-01-18 13:46:56 +0100 |
| commit | 36cae88799722fe873b578114d24201db8903d67 (patch) | |
| tree | d2986020de2fc1e9ec9bcdc1e84a736dbfda24f9 /tests | |
| parent | cd7630415f52578b414803935437aaef0fe20eda (diff) | |
Fix table panic
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/layout/table.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/layout/table.typ b/tests/typ/layout/table.typ index 52b6f70f..0372951c 100644 --- a/tests/typ/layout/table.typ +++ b/tests/typ/layout/table.typ @@ -7,3 +7,7 @@ thickness: 2pt, [A], [B], [C], [], [], [D \ E \ F \ \ \ G], [H], ) + +--- +// Ref: false +#table() |
