This website requires JavaScript.
Explore
Help
Sign In
lix-project
/
lix
Watch
20
Star
55
Fork
You've already forked lix
31
Code
Issues
344
Code Review (Gerrit)
Projects
3
Releases
Wiki
Activity
1e6e673eb7
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
}
Reference in a new issue
Copy permalink