diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-29 13:37:25 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-29 14:18:13 +0100 |
| commit | 0efe669278a5e1c3f2985eba2f3360e91159c54a (patch) | |
| tree | 502712857c48f0decb5e698257c0a96d358a436e /tests/typ/structure/table.typ | |
| parent | 836692e73cff0356e409a9ba5b4887b86809d4ca (diff) | |
Reorganize library and tests
Diffstat (limited to 'tests/typ/structure/table.typ')
| -rw-r--r-- | tests/typ/structure/table.typ | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/typ/structure/table.typ b/tests/typ/structure/table.typ deleted file mode 100644 index 527141c5..00000000 --- a/tests/typ/structure/table.typ +++ /dev/null @@ -1,22 +0,0 @@ -// Test tables. - ---- -#set page(height: 70pt) -#set table(fill: (x, y) => if even(x + y) { rgb("aaa") }) - -#table( - columns: (1fr,) * 3, - stroke: 2pt + rgb("333"), - [A], [B], [C], [], [], [D \ E \ F \ \ \ G], [H], -) - ---- -#table(columns: 3, stroke: none, fill: green, [A], [B], [C]) - ---- -// Ref: false -#table() - ---- -// Error: 14-19 expected color or none or function, found string -#table(fill: "hey") |
