This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ee1e3132ca
tvl-depot
/
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 09:13:01 +02:00
{
x
.
z
=
3
;
parser: Allow mixed nested and top-level attrpaths Fixes #2077.
2018-04-18 18:39:40 +02:00
x
=
{
y
=
3
;
z
=
3
;
}
;
nix-lang parser: Add mixed nested attrs tests. Part of issue #2077
2018-04-17 09:13:01 +02:00
}
Reference in a new issue
Copy permalink