Files
lix/tests/functional2/lang/value-printer/eval-fail-elide-list.err.exp
T
piegames 2a622d7de7 tests/functional2/lang: Migrate value printing tests
Change-Id: I39303ef44552eb9fc17ccc2da5206c8906e46f27
2025-09-18 23:38:46 +02:00

7 lines
306 B
Plaintext

error: expected a Boolean but found a list: [ 1 [ 2 3 4 5 6 7 8 9 [ 1 «2 items elided» ] «2 items elided» ] «1 item elided» ]
at /pwd/in.nix:2:3:
1| assert (
2| let x = [ 1 [ 2 3 4 5 6 7 8 9 x 10 11 ] 12 ];
| ^
3| in builtins.deepSeq x x