aboutsummaryrefslogtreecommitdiff
path: root/tests/metaprogramming.nom
diff options
context:
space:
mode:
Diffstat (limited to 'tests/metaprogramming.nom')
-rw-r--r--tests/metaprogramming.nom2
1 files changed, 1 insertions, 1 deletions
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."