about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-builtins-length.nix
blob: 6af6915f97ab6cd23c4efb2e38f1dde83e9272fe (plain) (blame)
1
2
3
4
5
[
  (builtins.length [ ])
  (builtins.length [ 1 ])
  (builtins.length [ "one" "two" "three" ])
]