diff options
author | Gustaf Hendeby <hendeby@isy.liu.se> | 2011-11-15 21:15:03 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-11-15 16:11:52 -0800 |
commit | 53b10a140527253f61cfc209a4e85e132c0bc4ee (patch) | |
tree | a56ca111bf140b32a6e3e796d44b68636e5c9f06 /t/t4018-diff-funcname.sh | |
parent | bc1bbe0c19a6ff39522b4fa3259f34150e308e1f (diff) | |
download | git-53b10a140527253f61cfc209a4e85e132c0bc4ee.tar.gz |
Add built-in diff patterns for MATLAB codegh/userdiff-matlab
MATLAB is often used in industry and academia for scientific
computations motivating it being included as a built-in pattern.
Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4018-diff-funcname.sh')
-rwxr-xr-x | t/t4018-diff-funcname.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4018-diff-funcname.sh b/t/t4018-diff-funcname.sh index b68c56b68c..4bd2a1c838 100755 --- a/t/t4018-diff-funcname.sh +++ b/t/t4018-diff-funcname.sh @@ -105,7 +105,7 @@ test_expect_funcname () { grep "^@@.*@@ $1" diff } -for p in bibtex cpp csharp fortran html java objc pascal perl php python ruby tex +for p in bibtex cpp csharp fortran html java matlab objc pascal perl php python ruby tex do test_expect_success "builtin $p pattern compiles" ' echo "*.java diff=$p" >.gitattributes && |