diff options
| author | Junio C Hamano <gitster@pobox.com> | 2018-07-24 14:50:46 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-07-24 14:50:46 -0700 |
| commit | d3f09389731e186a978f095228431b1bb293b6f6 (patch) | |
| tree | 48c7f4f04a502fdafdd2d19238132e186d6e40d2 /t/t4018/php-function | |
| parent | 49b46fde9f74b720fe3bc552caba55f6c1c3a0b1 (diff) | |
| parent | 1ab631647e3addd247c5482e8a3d4c9df7978c62 (diff) | |
| download | git-d3f09389731e186a978f095228431b1bb293b6f6.tar.xz | |
Merge branch 'kn/userdiff-php'
The userdiff pattern for .php has been updated.
* kn/userdiff-php:
userdiff: support new keywords in PHP hunk header
t4018: add missing test cases for PHP
Diffstat (limited to 't/t4018/php-function')
| -rw-r--r-- | t/t4018/php-function | 4 |
1 files changed, 4 insertions, 0 deletions
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'; +} |
