about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/evalstore-okay-toxml.nix
blob: 068c97a6c1b36bbb9c4e6e20ccc6ba37c0e7794d (plain) (blame)
1
2
3
# Make sure the expected XML output is produced; in particular, make sure it
# doesn't contain source location information.
builtins.toXML { a = "s"; }