This website requires JavaScript.
Explore
Help
Sign In
alois31
/
lix
Watch
0
Star
0
Fork
You've already forked lix
0
forked from
lix-project/lix
Code
Pull requests
Activity
ba9e69cdcd
lix
/
tests
/
lang
/
parse-fail-mixed-nested-attrs1.nix
5 lines
43 B
Nix
Raw
Normal View
History
Unescape
Escape
nix-lang parser: Add mixed nested attrs tests. Part of issue #2077
2018-04-17 07:13:01 +00:00
{
x
.
z
=
3
;
parser: Allow mixed nested and top-level attrpaths Fixes #2077.
2018-04-18 16:39:40 +00:00
x
=
{
y
=
3
;
z
=
3
;
}
;
nix-lang parser: Add mixed nested attrs tests. Part of issue #2077
2018-04-17 07:13:01 +00:00
}
Copy permalink