From 9992fbd7a1fdcc8fbaf0973a18d0eca94e1b7638 Mon Sep 17 00:00:00 2001 From: Kana Natsuno Date: Tue, 3 Jul 2018 22:15:39 +0900 Subject: t4018: add missing test cases for PHP 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 Signed-off-by: Junio C Hamano --- t/t4018/php-function | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 t/t4018/php-function (limited to 't/t4018/php-function') diff --git a/t/t4018/php-function b/t/t4018/php-function new file mode 100644 index 0000000000..35717c51c3 --- /dev/null +++ b/t/t4018/php-function @@ -0,0 +1,4 @@ +function RIGHT() +{ + return 'ChangeMe'; +} -- cgit v1.2.3