diff options
Diffstat (limited to 'tests/lang/eval-okay-toxml2.nix')
-rw-r--r-- | tests/lang/eval-okay-toxml2.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/eval-okay-toxml2.nix b/tests/lang/eval-okay-toxml2.nix new file mode 100644 index 000000000000..ff1791b30eb5 --- /dev/null +++ b/tests/lang/eval-okay-toxml2.nix @@ -0,0 +1 @@ +builtins.toXML [("a" + "b") 10 (rec {x = "x"; y = x;})] |