diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-08-21 23:20:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-21 23:20:51 -0700 |
commit | a0b6a9d2b2b0667bc170c864a05b3ec4635a71bb (patch) | |
tree | 1767f40391f3440d8b6e9ffb39976bec6fb707c8 /t | |
parent | Merge branch 'ab/perl-install' (diff) | |
parent | Userdiff patterns for C# (diff) | |
download | tgif-a0b6a9d2b2b0667bc170c864a05b3ec4635a71bb.tar.xz |
Merge branch 'po/userdiff-csharp'
* po/userdiff-csharp:
Userdiff patterns for C#
Diffstat (limited to 't')
-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 5b10e976a3..61de8a2718 100755 --- a/t/t4018-diff-funcname.sh +++ b/t/t4018-diff-funcname.sh @@ -32,7 +32,7 @@ EOF sed 's/beer\\/beer,\\/' < Beer.java > Beer-correct.java -builtin_patterns="bibtex cpp html java objc pascal php python ruby tex" +builtin_patterns="bibtex cpp csharp html java objc pascal php python ruby tex" for p in $builtin_patterns do test_expect_success "builtin $p pattern compiles" ' |