about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-builtins-toString.nix
# TODO: add some examples for the "weird" types
[
  (toString 1)
  # TODO: floats must be padded to 6 digits
  # (toString 4.2)
]