summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/meta/document.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/meta/document.typ b/tests/typ/meta/document.typ
index 814d547d..43e4ca39 100644
--- a/tests/typ/meta/document.typ
+++ b/tests/typ/meta/document.typ
@@ -11,7 +11,7 @@ What's up?
#set document(author: ("A", "B"), date: datetime.today())
---
-// Error: 21-28 expected datetime or none, found string
+// Error: 21-28 expected datetime, none, or auto, found string
#set document(date: "today")
---