# Test nested attribute paths { # Simple nested path a.b.c = 42; # Multiple nested paths x.y = 1; x.z = 2; # Mix of nested and non-nested foo = "bar"; nested.deep.value = 100; }