aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/eval-okay-toxml.nix
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-05-07 14:46:47 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-05-07 14:46:47 +0000
commit83dfa898706e1faa491b3a50ea20baf60abda387 (patch)
treec498fcd4428bd53f41415b027bc9eb5f044c5e95 /tests/lang/eval-okay-toxml.nix
parent01e58adce0767f1a484d80fcbcf67c7945cbc146 (diff)
parent4750065ada362bd46e85879975a3148e18df5b0c (diff)
* Sync with the trunk.
Diffstat (limited to 'tests/lang/eval-okay-toxml.nix')
-rw-r--r--tests/lang/eval-okay-toxml.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lang/eval-okay-toxml.nix b/tests/lang/eval-okay-toxml.nix
new file mode 100644
index 000000000..068c97a6c
--- /dev/null
+++ b/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"; }