diff options
Diffstat (limited to 'third_party/nix/tests/lang/eval-okay-toxml.nix')
-rw-r--r-- | third_party/nix/tests/lang/eval-okay-toxml.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/nix/tests/lang/eval-okay-toxml.nix b/third_party/nix/tests/lang/eval-okay-toxml.nix new file mode 100644 index 000000000000..068c97a6c1b3 --- /dev/null +++ b/third_party/nix/tests/lang/eval-okay-toxml.nix @@ -0,0 +1,3 @@ +# Make sure the expected XML output is produced; in particular, make sure it +# doesn't contain source location information. +builtins.toXML { a = "s"; } |