Fix changes sometimes disappearing entirely
```git-check-assertions run test/mechanicaldiff.bats assert_success git checkout HEAD~ bin run test/mechanicaldiff.bats assert_failure assert_output --partial "not ok 9 keeps matching change with an extra removed line" assert_output --partial "not ok 10 keeps matching change with an extra added line" ```
This commit is contained in:
parent
c55e0276a6
commit
057686a6b9
4 changed files with 74 additions and 4 deletions
|
|
@ -26,6 +26,7 @@
|
|||
pkgs.python3Packages.flake8
|
||||
pkgs.shellcheck
|
||||
pkgs.shfmt
|
||||
pkgs.patchutils_0_4_2
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue