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
61251
Commits
6
Branches
36
Tags
131 MiB
Tree:
26a66a6b1c
git
/
t
/
t4018
/
cpp-c++-function
5 lines
59 B
Raw
Normal View
History
Unescape
Escape
t4018: test cases for the built-in cpp pattern A later patch changes the built-in cpp pattern. These test cases demonstrate aspects of the pattern that we do not want to change. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
11 years ago
Item RIGHT::DoSomething( Args with_spaces )
{
ChangeMe;
}