diff options
author | Adrian Johnson <ajohnson@redneon.com> | 2012-09-16 13:24:15 +0930 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-16 21:54:47 -0700 |
commit | e90d065e64702d09fbdfc7cfd1c97456c7faa74c (patch) | |
tree | db1e8db896706a032115005362a6e7a1a342512a /t/t4034-diff-words.sh | |
parent | Git 1.7.12 (diff) | |
download | tgif-e90d065e64702d09fbdfc7cfd1c97456c7faa74c.tar.xz |
Add userdiff patterns for Ada
Add Ada xfuncname and wordRegex patterns to the list of builtin
patterns.
Signed-off-by: Adrian Johnson <ajohnson@redneon.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 30d42cb3bf..40ab333a8a 100755 --- a/t/t4034-diff-words.sh +++ b/t/t4034-diff-words.sh @@ -298,6 +298,7 @@ test_expect_success 'unset default driver' ' test_unconfig diff.wordregex ' +test_language_driver ada test_language_driver bibtex test_language_driver cpp test_language_driver csharp |