summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2023-10-27 18:33:23 +0200
committerGitHub <noreply@github.com>2023-10-27 18:33:23 +0200
commitf78a8f5d4863260d05cbabe2711324489be47242 (patch)
tree7cfa0bdd805ae3c385812ef4f74aa14e867fc7fc /tests/typ
parent4163b2eabc1df29741228838fdce9d428b662500 (diff)
Add IDs and creation date to PDFs (#2374)
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")
---