mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
470 B
470 B
--# run #--
--- text ---
| {}"kk" |
| {}"ko" |
--- text ---
| {}"" {}"42" {}"" |
--- error ---
identifier "z" is undefined in branch 1c25ebb8-5027-4ccf-105b9-370d83e78fd7
↳ from test/tests/exported variable nested.ans:12:3 in identifier: z
↳ from test/tests/exported variable nested.ans:12:1 in text interpolation: | {z} |
↳ from ? in block: :f = ($() _)…
--# saved #--
{}
--- text ---
| {}"kk" |
| {}"ko" |
--- text ---
| {}"" {}"42" {}"" |
--- error ---
identifier "z" is undefined in branch 1c25ebb8-5027-4ccf-105b9-370d83e78fd7
↳ from test/tests/exported variable nested.ans:12:3 in identifier: z
↳ from test/tests/exported variable nested.ans:12:1 in text interpolation: | {z} |
↳ from ? in block: :f = ($() _)…
--# saved #--
{}