From dc3017955a67e5509f6bc33cb9b4833806da4c22 Mon Sep 17 00:00:00 2001 From: Leedehai <18319900+Leedehai@users.noreply.github.com> Date: Wed, 19 Apr 2023 07:26:55 -0400 Subject: Give more specific error messages (#881) --- tests/typ/compiler/array.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/typ/compiler/array.typ') diff --git a/tests/typ/compiler/array.typ b/tests/typ/compiler/array.typ index 97b5da52..c9e85ed7 100644 --- a/tests/typ/compiler/array.typ +++ b/tests/typ/compiler/array.typ @@ -224,7 +224,7 @@ // Error: 4-6 unexpected end of block comment #(1*/2) -// Error: 6-8 invalid number suffix +// Error: 6-8 invalid number suffix: u #(1, 1u 2) // Error: 3-4 unexpected comma -- cgit v1.2.3