mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00: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
class RIGHT
|
|
{
|
|
const FOO = 'ChangeMe';
|
|
}
|