This website works better with JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
65201
Commits
6
Branches
36
Tags
131 MiB
Tree:
0d7131763e
git
/
t
/
t4018
/
perl-sub-definition
5 lines
48 B
Raw
Normal View
History
Unescape
Escape
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>
11 years ago
sub RIGHT {
my ($n) = @_;
print "ChangeMe";
}