From 28cd9ae0b7a09d8f2cd0cd929f1ebdce4b081502 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 15 May 2018 15:21:32 -0700 Subject: More API cleanup, and fixed a bug with optimized lua files generating spurious circular import errors. --- tests/metaprogramming.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/metaprogramming.nom') diff --git a/tests/metaprogramming.nom b/tests/metaprogramming.nom index 395f4c6..e94a78f 100644 --- a/tests/metaprogramming.nom +++ b/tests/metaprogramming.nom @@ -50,7 +50,7 @@ assume ((type of {}) = "table") or barf "type of failed." assume ((nomsu) = (=lua "nomsu")) or barf "nomsu failed" -assume (("x" as lua identifier) = (\%x as lua identifier)) or barf "converting to identifier failed." +assume (((\%x as lua identifier) as text) = "_x") or barf "converting to identifier failed." assume ((run "return 99") = 99) or barf "run % failed." -- cgit v1.2.3