1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-23 07:00:31 +02:00
git/t/t4018/perl-sub-definition-kr-brace
Johannes Sixt 2d08413ba1 t4018: convert perl pattern tests to the new infrastructure
There is one subtlety: The old test case 'perl pattern gets full line of
POD header' does not have its own new test case, but the feature is
tested nevertheless by placing the RIGHT tag at the end of the expected
hunk header in t4018/perl-skip-sub-in-pod.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2014-03-21 15:02:19 -07:00

5 lines
35 B
Plaintext

sub RIGHT
{
print "ChangeMe\n";
}