aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-substring.err.exp
blob: 0457a826ea3e6ae7040420327e8e001c4c6024ca (plain)
1
2
3
4
5
6
7
8
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'