diff options
author | Eduardo Julian | 2021-11-29 21:39:44 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-11-29 21:39:44 -0400 |
commit | 872c097327c0a5b3baa69e88dacd09718ddfa793 (patch) | |
tree | 2a8160df511b167ff7f69c158410b1d0aeb4fda2 /stdlib/source/test | |
parent | 13323c55a4d34ddb74b67fab684d4431f9624dd1 (diff) |
Got "lux syntax char case!" to work on Rembulan.
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/test/lux/extension.lux | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/extension.lux b/stdlib/source/test/lux/extension.lux index 7422823e9..92b314dc7 100644 --- a/stdlib/source/test/lux/extension.lux +++ b/stdlib/source/test/lux/extension.lux @@ -150,13 +150,18 @@ @.js (generation.save! artifact_id {.#None} (js.comment commentary (js.statement (js.string commentary)))) + @.lua (generation.save! artifact_id {.#None} + (lua.comment commentary + (lua.statement (lua.string commentary)))) @.ruby (generation.save! artifact_id {.#None} (ruby.comment commentary (ruby.statement (ruby.string commentary))))])] (generation.log! commentary))))] (in directive.no_requirements))) - (`` ((~~ (static ..directive)) (n.* 2 3))) + ... TODO: No longer skip testing Lua after Rembulan isn't being used anymore. + (for [@.lua (as_is)] + (`` ((~~ (static ..directive)) (n.* 2 3)))) )) (def: .public test |