Files
nix/tests/lang/parse-okay-mixed-nested-attrs-2.nix
Félix Baylac-Jacqué 10d33452e2 nix-lang parser: Add mixed nested attrs tests.
Part of issue #2077
2018-04-17 09:13:01 +02:00

5 lines
43 B
Nix

{
x.q = 3;
x = { y = 3; z = 3; };
}