diff options
| author | Sébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com> | 2023-11-24 15:46:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-24 15:46:20 +0100 |
| commit | 1756718bab3055597723a9b433419ff07e6b7f02 (patch) | |
| tree | a06a7a381c994d762c298ec66903db0718877806 /tests/typ/layout | |
| parent | 3d2f1d2d6cc34fa64c56abd335dd14ea4c932a6c (diff) | |
Gradient Part 6 - Pattern fills (#2740)
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/table.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/table.typ b/tests/typ/layout/table.typ index 5ddc8503..529f2720 100644 --- a/tests/typ/layout/table.typ +++ b/tests/typ/layout/table.typ @@ -66,5 +66,5 @@ #table() --- -// Error: 14-19 expected color, gradient, none, array, or function, found string +// Error: 14-19 expected color, gradient, pattern, none, array, or function, found string #table(fill: "hey") |
