summaryrefslogtreecommitdiff
path: root/tests/suite/layout/table.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite/layout/table.typ')
-rw-r--r--tests/suite/layout/table.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/layout/table.typ b/tests/suite/layout/table.typ
index fe138f60..f59d8b42 100644
--- a/tests/suite/layout/table.typ
+++ b/tests/suite/layout/table.typ
@@ -17,7 +17,7 @@
#table(columns: 3, stroke: none, fill: green, [A], [B], [C])
--- table-fill-bad ---
-// Error: 14-19 expected color, gradient, pattern, none, array, or function, found string
+// Error: 14-19 expected color, gradient, tiling, none, array, or function, found string
#table(fill: "hey")
--- table-align-array ---