diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 14:40:20 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 14:41:30 -0700 |
| commit | 470a6fe7f987f7c5e5c1fa7b6b31956479ababed (patch) | |
| tree | 8c25a3ae22740bfd14ecf460bfdc7d732023610f /core/scopes.nom | |
| parent | 0d7bb7eb038d7fb986bb879112d599b2c517889c (diff) | |
Fixed blocks starting with extra newline when they start with a comment.
Diffstat (limited to 'core/scopes.nom')
| -rw-r--r-- | core/scopes.nom | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
