summaryrefslogtreecommitdiff
path: root/tests/typ/meta
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/meta')
-rw-r--r--tests/typ/meta/link.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/meta/link.typ b/tests/typ/meta/link.typ
index 36f88f90..37eba6b7 100644
--- a/tests/typ/meta/link.typ
+++ b/tests/typ/meta/link.typ
@@ -35,7 +35,7 @@ https://example.com/)
---
// Verify that opening brackets without closing brackets throw an error.
-// Error: 22-22 expected closing bracket in link
+// Error: 1-22 automatic links cannot contain unbalanced brackets, use the `link` function instead
https://exam(ple.com/
---