No description
Find a file
Sven van Heugten 0b3d0d8f46
Ignore leading and trailing blank lines for comparison
```git-check-assertions
run test/mechanicaldiff.bats
assert_success

git checkout HEAD~ bin
run test/mechanicaldiff.bats
assert_failure
assert_output --partial "-- command failed --"
```
2026-03-06 04:25:28 +01:00
bin Ignore leading and trailing blank lines for comparison 2026-03-06 04:25:28 +01:00
test Ignore leading and trailing blank lines for comparison 2026-03-06 04:25:28 +01:00
.editorconfig Add devshell and initial bats tests 2026-03-05 19:36:24 +01:00
.gitignore Add boilerplate 2026-03-05 17:26:52 +01:00
default.nix Remove unused dependency on bats-file 2026-03-05 20:17:46 +01:00
flake.lock Add boilerplate 2026-03-05 17:26:52 +01:00
flake.nix Remove unused dependency on bats-file 2026-03-05 20:17:46 +01:00
LICENSE Add LICENSE 2026-03-05 21:11:29 +01:00