Files
lix/tests/functional/lang/eval-fail-over-coercive-builtins-with-xp-feature.err.exp
T
Raito Bezarius b792279780 tests/functional/lang: update error path locations
The coerce integer feature was not rebased before merge and we do not
have a merge queue, hence, after merge, the HEAD was in a broken state.

We take a commitment to invest into a merge queue now and do a fixup
here.

Change-Id: Ied9410690b542359859ab5f597f22ebceb857305
Signed-off-by: Raito Bezarius <raito@lix.systems>
2025-05-28 22:29:04 +02:00

11 lines
357 B
Plaintext

error:
… while calling the 'substring' builtin
at /pwd/eval-fail-over-coercive-builtins-with-xp-feature.nix:1:1:
1| builtins.substring 0 1 42 == "4"
| ^
2|
… while evaluating the third argument (the string) passed to builtins.substring
error: cannot coerce an integer to a string: 42