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 9ffbbb9 commit 7dc91b2Copy full SHA for 7dc91b2
test/diff-so-fancy.bats
@@ -83,7 +83,7 @@ output=$( load_fixture "ls-function" | $diff_so_fancy )
83
output=$( load_fixture "latin1" | $diff_so_fancy )
84
# Make sure the output contains SOME of the english text (i.e. it doesn't barf on the whole line)
85
run printf "%s" "$output"
86
- assert_line --index 6 --regexp "saw he conqu"
+ assert_line --index 6 --partial "saw he conqu"
87
}
88
89
@test "Correctly handle hunk definition with no comma" {
0 commit comments