blob: 02561bac4251c7ef4057bbdbe28b561cd6262442 [file] [log] [blame]
-- in.cue --
#A: {
a: "foo"
"\(a)": 3
}
-- out/eval --
(struct){
#A: (#struct){
a: (string){ "foo" }
foo: (int){ 3 }
}
}
-- out/compile --
--- in.cue
{
#A: {
a: "foo"
"\(怈0;a怉)": 3
}
}