From dd331f007cb9c9968605f8d3eaef8fb498c21322 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 20 Jan 2023 14:05:17 +0100 Subject: Rewrite parser --- tests/typ/compiler/while.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ/compiler/while.typ') diff --git a/tests/typ/compiler/while.typ b/tests/typ/compiler/while.typ index 3c28a32a..d495a84a 100644 --- a/tests/typ/compiler/while.typ +++ b/tests/typ/compiler/while.typ @@ -49,12 +49,12 @@ // Error: 7 expected expression {while} -// Error: 9 expected body +// Error: 9 expected block #while x // Error: 7 expected expression #while x {} -// Error: 9 expected body +// Error: 9 expected block #while x something -- cgit v1.2.3