From ed81049ddc8fcef3ddf6f6f69d95bb52512bf698 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 18 Feb 2021 14:17:20 +0100 Subject: =?UTF-8?q?Show=20repr=20in=20monospace=20=F0=9F=93=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/lang/typ/array.typ | 5 ++--- 1 file changed, 2 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 b17b722c..c9383501 100644 --- a/tests/lang/typ/array.typ +++ b/tests/lang/typ/array.typ @@ -14,9 +14,8 @@ {(true, false)} // Multiple lines and items and trailing comma. -{("one" - , 2 - , #003 +{("1" + , #002 ,)} // Error: 3 expected closing paren -- cgit v1.2.3