From 017027bf392f7be2e73428fa34a3d1ef0b8d255e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 24 May 2023 16:58:51 +0200 Subject: Rework delimiter errors Fixes #572 --- tests/typ/meta/link.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/meta') 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/ --- -- cgit v1.2.3