about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/eval-okay-toxml.nix
# Make sure the expected XML output is produced; in particular, make sure it
# doesn't contain source location information.
builtins.toXML { a = "s"; }