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/compiler/string.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/compiler/string.typ') diff --git a/tests/typ/compiler/string.typ b/tests/typ/compiler/string.typ index ddd0f7ff..9a4b4146 100644 --- a/tests/typ/compiler/string.typ +++ b/tests/typ/compiler/string.typ @@ -204,5 +204,5 @@ #test("a123c".split(regex("\d+")), ("a", "c")) --- -// Error: 2:1 expected quote +// Error: 2-2:1 unclosed string #"hello\" -- cgit v1.2.3