about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/eval-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"; }