aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/scopes.nom2
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"