1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 08:39:30 +00:00

[language] convert identifier to string when used as the name in a pair

This commit is contained in:
Étienne Fildadut 2024-05-17 15:12:21 +02:00
parent b47e1940e9
commit 12eb1d8f68
6 changed files with 25 additions and 6 deletions

View file

@ -1,7 +1,7 @@
--# run #--
--- text ---
| {}"" {}"[\"test\":1, 3:\"p\", \"test\":\"foo\", \"ho\":\"ah\", \"test\":\"test\"]" {}"" |
| {}"" {}"[\"name\":1, 3:\"p\", \"test\":\"foo\", \"ho\":\"ah\", \"name\":\"test\"]" {}"" |
| {}"" {}"[\"name\":1, 3:\"p\", \"name\":\"foo\", \"ho\":\"ah\", \"name\":\"test\"]" {}"" |
--- return ---
()
--# saved #--

View file

@ -1,4 +1,4 @@
:f = $(l)
|{l}
f{4:3,true:6,"l":8}
f{4:3,(true):6,"l":8}