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