diff options
Diffstat (limited to 'tests/scopes.nom')
| -rw-r--r-- | tests/scopes.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scopes.nom b/tests/scopes.nom index b9d1f4f..67598be 100644 --- a/tests/scopes.nom +++ b/tests/scopes.nom @@ -7,7 +7,7 @@ with local %x assume: %x = "outer" action [foo] "outer foo" -with local (foo) +with local [action: foo] action [foo] "inner foo" assume: (foo) = "inner foo" assume: (foo) = "outer foo" |
