From 86a3219e7fc3244331595819f742b365172f96ad Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 21 Jun 2018 19:12:59 -0700 Subject: 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. --- tests/scopes.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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" -- cgit v1.2.3