about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-or-operator-non-set.nix
blob: fd09bfee64c2f357a45e711c8a7c30bf8728919b (plain) (blame)
1
2
# `or` operator should keep working if it encounters a non-set type.
{ a.b = 42; }.a.b.c or "works fine"