diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-12-05 15:26:21 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-05 15:26:21 -0800 |
commit | 77230236e38fde817f395efcf66320785cf6f9af (patch) | |
tree | 426808f8d2f93825d74223d98daf80c71ceb1925 /t/t4034-diff-words.sh | |
parent | Merge branch 'nd/maint-ignore-exclude' (diff) | |
parent | Add built-in diff patterns for MATLAB code (diff) | |
download | tgif-77230236e38fde817f395efcf66320785cf6f9af.tar.xz |
Merge branch 'gh/userdiff-matlab'
* gh/userdiff-matlab:
Add built-in diff patterns for MATLAB code
Diffstat (limited to 't/t4034-diff-words.sh')
-rwxr-xr-x | t/t4034-diff-words.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t4034-diff-words.sh b/t/t4034-diff-words.sh index c374aa4c1c..6f1e5a2a15 100755 --- a/t/t4034-diff-words.sh +++ b/t/t4034-diff-words.sh @@ -299,6 +299,7 @@ test_language_driver csharp test_language_driver fortran test_language_driver html test_language_driver java +test_language_driver matlab test_language_driver objc test_language_driver pascal test_language_driver perl |