Files
nix-js/fix/tests/tests/lang/eval-fail-assert-equal-list-length.nix
2026-03-14 10:28:43 +08:00

7 lines
58 B
Nix

assert
[
1
0
] == [ 10 ];
throw "unreachable"