This website requires JavaScript.
Explore
Help
Sign In
bb010g
/
lix
Watch
0
Star
0
Fork
You've already forked lix
0
forked from
lix-project/lix
Code
Pull requests
Activity
0a8888d1c7
lix
/
tests
/
functional
/
lang
/
eval-fail-assert.nix
5 lines
48 B
Nix
Raw
Normal View
History
Unescape
Escape
treewide: Stop using ancient let syntax Shows for how long these tests have not been touched by anyone … Change-Id: I3d0c1209a86283ddb012db4e7d45073264fdd0eb
2024-08-18 15:28:04 +00:00
let
* More test coverage.
2006-03-01 16:26:13 +00:00
x
=
arg
:
assert
arg
==
"
y
"
;
123
;
treewide: Stop using ancient let syntax Shows for how long these tests have not been touched by anyone … Change-Id: I3d0c1209a86283ddb012db4e7d45073264fdd0eb
2024-08-18 15:28:04 +00:00
in
x
"
x
"
Copy permalink