about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-builtins-string-length-propagate-catchable.nix
blob: 0904acd11446d7a6e572d4ffd894d6eb22c52012 (plain) (blame)
1
2
3
4
map (e: (builtins.tryEval e).success) [
  (builtins.stringLength (builtins.throw "a"))
  # FIXME(raitobezarius): test coercions too.
]