1
0
mirror of https://github.com/git/git synced 2024-07-07 19:39:27 +00:00

userdiff tests: explicitly test "default" pattern

Since 122aa6f9c0 (diff: introduce diff.<driver>.binary, 2008-10-05)
the internals of the userdiff.c code have understood a "default" name,
which is invoked as userdiff_find_by_name("default") and present in
the "builtin_drivers" struct. Let's test for this special case.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ævar Arnfjörð Bjarmason 2021-04-08 17:04:20 +02:00 committed by Junio C Hamano
parent f12fa9ee6c
commit 132bf25989

View File

@ -49,6 +49,7 @@ diffpatterns="
ruby
rust
tex
default
custom1
custom2
custom3