Files
nix-js/fix/tests/tests/lang/eval-okay-toxml2.nix
2026-03-14 10:28:43 +08:00

9 lines
76 B
Nix

builtins.toXML [
("a" + "b")
10
(rec {
x = "x";
y = x;
})
]