diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-15 22:51:55 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-15 23:11:20 +0100 |
| commit | b6202b646a0d5ecced301d9bac8bfcaf977d7ee4 (patch) | |
| tree | 7d42cb50f9e66153e7e8b2217009684e25f54f42 /tests/typ/basics | |
| parent | f3980c704544a464f9729cc8bc9f97d3a7454769 (diff) | |
Reflection for castables
Diffstat (limited to 'tests/typ/basics')
| -rw-r--r-- | tests/typ/basics/table.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/basics/table.typ b/tests/typ/basics/table.typ index 527141c5..e806b1aa 100644 --- a/tests/typ/basics/table.typ +++ b/tests/typ/basics/table.typ @@ -18,5 +18,5 @@ #table() --- -// Error: 14-19 expected color or none or function, found string +// Error: 14-19 expected color, none, or function, found string #table(fill: "hey") |
