summaryrefslogtreecommitdiff
path: root/tests/typ/structure/table.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/structure/table.typ')
-rw-r--r--tests/typ/structure/table.typ9
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/typ/structure/table.typ b/tests/typ/structure/table.typ
index 0372951c..57b71ede 100644
--- a/tests/typ/structure/table.typ
+++ b/tests/typ/structure/table.typ
@@ -1,13 +1,18 @@
+// Test tables.
+
+---
#set page(height: 70pt)
#set table(primary: rgb("aaa"), secondary: none)
#table(
columns: (1fr,) * 3,
- stroke: rgb("333"),
- thickness: 2pt,
+ 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()