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
c03b729319
lix
/
tests
/
lang
/
eval-okay-xml.nix
13 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
* Test for `nix-instantiate --eval-only --xml'.
2006-08-17 11:28:29 +00:00
rec
{
x
=
123
;
a
=
"
f
o
o
"
;
b
=
"
b
a
r
"
;
c
=
"
f
o
o
"
+
"
b
a
r
"
;
* Removed the "valid values" feature. Nobody uses it anyway.
2008-08-11 13:36:40 +00:00
f
=
{
z
,
x
,
y
}:
if
y
then
x
else
z
;
* Test for `nix-instantiate --eval-only --xml'.
2006-08-17 11:28:29 +00:00
}
Reference in a new issue
Copy permalink