From 1927ebbc5dda3b130241cc3e0bbf6002662cd98f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 14 Oct 2014 00:37:01 -0700 Subject: Improve error reporting for unclosed blocks --- tests/test9.err | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/test9.err') diff --git a/tests/test9.err b/tests/test9.err index f439e8db..db67e030 100644 --- a/tests/test9.err +++ b/tests/test9.err @@ -1 +1,7 @@ emit: expected event name +Missing end to balance this begin +Missing end to balance this while loop +Missing end to balance this for loop +Missing end to balance this switch statement +Missing end to balance this function definition +Missing end to balance this if statement -- cgit v1.2.3