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>
8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
class Klass
|
|
{
|
|
public static function RIGHT()
|
|
{
|
|
return 'ChangeMe';
|
|
}
|
|
}
|