about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-deeply-nested-attrs.exp
blob: 7cf54d95961158dc821584f30c3ca144f4ab2607 (plain) (blame)
1
{ a = { b = { c = { d = { e = { f = { g = "deep!"; }; }; }; }; }; }; }