test: completion: add tests for __git_complete
commit0e02bdc17a4d4beca06d5606a1d3020c79676d7f
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 30 Dec 2020 23:29:49 +0000 (30 17:29 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Jan 2021 23:25:56 +0000 (4 15:25 -0800)
treef0eae19830bb4b9cae2e44256d32b743ab84e213
parent810df0ea8ed00f31d372f3fd90c205d953aea1e6
test: completion: add tests for __git_complete

Even though the function was marked as not public, it's already used in
the wild.

We should at least test basic functionality.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9902-completion.sh