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/array.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ/compiler/array.typ') diff --git a/tests/typ/compiler/array.typ b/tests/typ/compiler/array.typ index 59e9f70b..a96a800f 100644 --- a/tests/typ/compiler/array.typ +++ b/tests/typ/compiler/array.typ @@ -256,10 +256,10 @@ #(1, 2, 3).at(-4) --- -// Error: 4 expected closing paren +// Error: 3-4 unclosed delimiter #{(} -// Error: 3-4 unexpected closing paren +// Error: 2-3 unclosed delimiter #{)} // Error: 4-6 unexpected end of block comment -- cgit v1.2.3