From 2f4dc99cec1c6fa33257dea91ab3bcd99b1cbdf5 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 17 Feb 2021 21:30:20 +0100 Subject: =?UTF-8?q?Refresh=20tests=20=F0=9F=8C=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/lang/typ/array.typ | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/lang/typ/array.typ') diff --git a/tests/lang/typ/array.typ b/tests/lang/typ/array.typ index f80cc0cd..b17b722c 100644 --- a/tests/lang/typ/array.typ +++ b/tests/lang/typ/array.typ @@ -19,13 +19,13 @@ , #003 ,)} -// Error: 3-3 expected closing paren +// Error: 3 expected closing paren {(} // Error: 2-3 expected expression, found closing paren {)} -// Error: 2:4-2:4 expected comma +// Error: 2:4 expected comma // Error: 1:4-1:6 expected expression, found end of block comment {(1*/2)} @@ -36,7 +36,7 @@ {(,1)} // Missing expression makes named pair incomplete, making this an empty array. -// Error: 5-5 expected expression +// Error: 5 expected expression {(a:)} // Named pair after this is already identified as an array. -- cgit v1.2.3