aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-substring.err.exp
blob: 5c58be29a66a54968ef4352c5d8e3560bc33ac66 (plain)
1
2
3
4
5
6
7
8
9
10
error:
       … while calling the 'substring' builtin

         at /pwd/lang/eval-fail-substring.nix:1:1:

            1| builtins.substring (builtins.sub 0 1) 1 "x"
             | ^
            2|

       error: negative start position in 'substring'