summaryrefslogtreecommitdiff
path: root/tests/typ/layout/table.typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-02-28 15:50:48 +0100
committerLaurenz <laurmaedje@gmail.com>2022-02-28 23:54:34 +0100
commit3ca5b238238e1128aa7bbfbd5db9e632045d8600 (patch)
tree2471f4b340a15695b7f4d518c0b39fabaea676c4 /tests/typ/layout/table.typ
parentb63c21c91d99a1554a019dc275f955d3e6a34271 (diff)
Reorganize library
Diffstat (limited to 'tests/typ/layout/table.typ')
-rw-r--r--tests/typ/layout/table.typ13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/typ/layout/table.typ b/tests/typ/layout/table.typ
deleted file mode 100644
index 0372951c..00000000
--- a/tests/typ/layout/table.typ
+++ /dev/null
@@ -1,13 +0,0 @@
-#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],
-)
-
----
-// Ref: false
-#table()