]> git.ipfire.org Git - thirdparty/git.git/commit - t/t9902-completion.sh
tests: add tests for the __gitcomp() completion helper function
authorSZEDER Gábor <szeder@ira.uka.de>
Tue, 17 Apr 2012 10:27:15 +0000 (12:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Apr 2012 05:39:06 +0000 (22:39 -0700)
commit74a8c849f1257dde0c42feac95ba517bae625647
tree4fcd50269359d4042c87e1e3789518196b8160be
parent5c293a6be48d2e2ab4516aa113bb340b5cf0a12a
tests: add tests for the __gitcomp() completion helper function

These tests check that trailing space, prefix, and suffix are added
correctly.

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9902-completion.sh