diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-21 19:12:59 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-21 19:13:47 -0700 |
| commit | 86a3219e7fc3244331595819f742b365172f96ad (patch) | |
| tree | 948a3f308bd9c45b85efa2e130af8432bb1a97e2 /tests | |
| parent | 7761f715f7497e8b325a4f1134869f332848fd16 (diff) | |
Cleanup of some metaprogramming stuff, as well as adding support for
"package.nomsupath" to search for files in different locations, and
prioritizing use of "luafilesystem" over system calls.
Diffstat (limited to 'tests')
| -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" |
