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