mirror of
https://github.com/NixOS/nix
synced 2025-07-10 13:03:55 +02:00
test: Fix shifted source positions after formatting
This commit is contained in:
parent
32aed360b8
commit
f629d81df0
44 changed files with 400 additions and 385 deletions
|
@ -1,5 +1,6 @@
|
|||
error: undefined variable 'd'
|
||||
at /pwd/lang/eval-fail-attrset-merge-drops-later-rec.nix:1:26:
|
||||
1| { a.b = 1; a = rec { c = d + 2; d = 3; }; }.c
|
||||
| ^
|
||||
2|
|
||||
at /pwd/lang/eval-fail-attrset-merge-drops-later-rec.nix:4:9:
|
||||
3| a = rec {
|
||||
4| c = d + 2;
|
||||
| ^
|
||||
5| d = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue