t4018: convert custom pattern test to the new infrastructure
commitf1b75fbaf1380e00668f775f27ba8dd52b78a081
authorJohannes Sixt <j6t@kdbg.org>
Fri, 21 Mar 2014 21:07:18 +0000 (21 22:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Mar 2014 22:02:57 +0000 (21 15:02 -0700)
tree7229343c8f7379ddb7715b01708838f8294bb845
parentdd4dc5c574c0849fef6855d9efdfae5dc9369f2d
t4018: convert custom pattern test to the new infrastructure

For the test case "matches to end of line", extend the pattern by a few
wildcards so that the pattern captures the "RIGHT" token, which is needed
for verification, without mentioning it in the pattern.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4018-diff-funcname.sh
t/t4018/custom1-pattern [new file with mode: 0644]
t/t4018/custom2-match-to-end-of-line [new file with mode: 0644]
t/t4018/custom3-alternation-in-pattern [new file with mode: 0644]