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>
5 lines
44 B
Plaintext
5 lines
44 B
Plaintext
function RIGHT()
|
|
{
|
|
return 'ChangeMe';
|
|
}
|