This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nix
Watch
2
Star
0
Fork
0
You've already forked nix
mirror of
https://github.com/NixOS/nix.git
synced
2024-11-22 23:02:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8cea1fbd97
nix
/
tests
/
functional
/
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 New Issue
Copy Permalink