aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-print-limit-set.err.exp
blob: c5086fb7679bea0010379e5e9bab2561a281e05c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error:
       … in the condition of the assert statement
         at /pwd/lang/eval-fail-print-limit-set.nix:1:1:
            1| assert (
             | ^
            2|   let x = { a.a.a.a.a.a.a.a.a = { a.a = 1; b = 2; }; a.b.c.x = 3; c = 4; };

       error: expected a Boolean but found a set: { a = { a = { a = { a = { a = { a = { a = { a = { a = { a = { ... }; b = 2; }; }; }; }; }; }; }; }; «1 attribute elided» }; «1 attribute elided» }
       at /pwd/lang/eval-fail-print-limit-set.nix:1:1:
            1| assert (
             | ^
            2|   let x = { a.a.a.a.a.a.a.a.a = { a.a = 1; b = 2; }; a.b.c.x = 3; c = 4; };