From 470a6fe7f987f7c5e5c1fa7b6b31956479ababed Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 23 Jul 2018 14:40:20 -0700 Subject: Fixed blocks starting with extra newline when they start with a comment. --- core/scopes.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/scopes.nom') diff --git a/core/scopes.nom b/core/scopes.nom index b725660..2b222f9 100644 --- a/core/scopes.nom +++ b/core/scopes.nom @@ -12,13 +12,13 @@ test: with local %x: %x = "inner" assume (%x == "inner") - + assume (%x == "outer") action [foo] "outer foo" with local [action (foo)]: action [foo] "inner foo" assume ((foo) == "inner foo") - + assume ((foo) == "outer foo") compile [with local %locals %body, with local %locals do %body] to: -- cgit v1.2.3