We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a89ca8 commit 48bc5e2Copy full SHA for 48bc5e2
test/header_clean.bats
@@ -50,3 +50,8 @@ output=$( load_fixture "file-moves" | $diff_so_fancy )
50
assert_output --partial '@ setup-a-new-machine.sh:33 @'
51
assert_output --partial '@ setup-a-new-machine.sh:219 @'
52
}
53
+
54
+@test "Reworked hunks (deleted files)" {
55
+ output=$( load_fixture "dotfiles" | $diff_so_fancy )
56
+ assert_output --partial '@ diff-so-fancy:3 @'
57
+}
0 commit comments