Files
lix/tests/functional/lang/eval-fail-not-throws.err.exp
T
piegames f324574265 libexpr: Track position information in all expressions
Change-Id: Ied79381a917a715cdd8816d6f9df527289217dfb
2025-01-27 20:49:25 +01:00

15 lines
352 B
Plaintext

error:
… in the argument of the not operator
at /pwd/lang/eval-fail-not-throws.nix:1:1:
1| ! (throw "uh oh!")
| ^
2|
… caused by explicit throw
at /pwd/lang/eval-fail-not-throws.nix:1:4:
1| ! (throw "uh oh!")
| ^
2|
error: uh oh!