summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/layout/table.pngbin0 -> 1313 bytes
-rw-r--r--tests/typ/layout/table.typ9
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/ref/layout/table.png b/tests/ref/layout/table.png
new file mode 100644
index 00000000..1a576c35
--- /dev/null
+++ b/tests/ref/layout/table.png
Binary files differ
diff --git a/tests/typ/layout/table.typ b/tests/typ/layout/table.typ
new file mode 100644
index 00000000..52b6f70f
--- /dev/null
+++ b/tests/typ/layout/table.typ
@@ -0,0 +1,9 @@
+#set page(height: 70pt)
+#set table(primary: rgb("aaa"), secondary: none)
+
+#table(
+ columns: (1fr,) * 3,
+ stroke: rgb("333"),
+ thickness: 2pt,
+ [A], [B], [C], [], [], [D \ E \ F \ \ \ G], [H],
+)