This website requires JavaScript.
Explore
Help
Sign in
max
/
nix-super
Watch
1
Star
0
Fork
You've already forked nix-super
0
mirror of
https://github.com/privatevoid-net/nix-super.git
synced
2024-11-10 08:16:15 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ed581e51cc
nix-super
/
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 10:13:01 +03:00
{
x
.
z
=
3
;
parser: Allow mixed nested and top-level attrpaths Fixes #2077.
2018-04-18 19:39:40 +03:00
x
=
{
y
=
3
;
z
=
3
;
}
;
nix-lang parser: Add mixed nested attrs tests. Part of issue #2077
2018-04-17 10:13:01 +03:00
}
Reference in a new issue
Copy permalink