mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
557 B
557 B
--# run #--
--- text ---
| {}"" {}"42" {}"" |
--- error ---
./anselme/stdlib/closure.lua:15: no exported variable "y" defined in closure
↳ from test/tests/exported variable nested.ans:10:4 in call: f . "y"
↳ from test/tests/exported variable nested.ans:10:1 in text interpolation: | {f . "y"} |
↳ from test/tests/exported variable nested.ans:10:1 in translatable: | {f . "y"} |
↳ from ? in block: :f = ($() _)…
--# saved #--
{}
--- text ---
| {}"" {}"42" {}"" |
--- error ---
./anselme/stdlib/closure.lua:15: no exported variable "y" defined in closure
↳ from test/tests/exported variable nested.ans:10:4 in call: f . "y"
↳ from test/tests/exported variable nested.ans:10:1 in text interpolation: | {f . "y"} |
↳ from test/tests/exported variable nested.ans:10:1 in translatable: | {f . "y"} |
↳ from ? in block: :f = ($() _)…
--# saved #--
{}