diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typ/meta/document.typ | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/typ/meta/document.typ b/tests/typ/meta/document.typ index e8d53650..f2c7a8bb 100644 --- a/tests/typ/meta/document.typ +++ b/tests/typ/meta/document.typ @@ -6,6 +6,17 @@ What's up? --- +// This, too. +// Ref: false +#set document(author: ("A", "B")) + +--- +// This, too. +// Error: 23-29 expected string, found integer +#set document(author: (123,)) +What's up? + +--- Hello // Error: 2-30 must appear before any content |
