git-check-assertions/test
Sven van Heugten 35584c9aa7
Restore the commit between assertion blocks
```git-check-assertions
run ./test/git-check-assertions.bats
assert_success

git checkout HEAD~ bin
run ./test/git-check-assertions.bats
assert_failure
assert_output --partial "not ok 10 should restore the commit between assertion blocks in one commit message"
```
2026-03-11 22:41:44 +01:00
..
git-check-assertions.bats Restore the commit between assertion blocks 2026-03-11 22:41:44 +01:00