mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
9992fbd7a1
A later patch changes the built-in PHP pattern. These test cases demonstrate aspects of the pattern that we do not want to change. Signed-off-by: Kana Natsuno <dev@whileimautomaton.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
4 lines
44 B
Text
4 lines
44 B
Text
function RIGHT()
|
|
{
|
|
return 'ChangeMe';
|
|
}
|