diff options
Diffstat (limited to 'tests/typ/layout/table-cell.typ')
| -rw-r--r-- | tests/typ/layout/table-cell.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/typ/layout/table-cell.typ b/tests/typ/layout/table-cell.typ index d79298ae..cbe0b9f0 100644 --- a/tests/typ/layout/table-cell.typ +++ b/tests/typ/layout/table-cell.typ @@ -122,3 +122,7 @@ [Jake], [49], [Epic] ) } + +--- +// Error: 8-19 cannot use `grid.cell` as a table cell; use `table.cell` instead +#table(grid.cell[]) |
