diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-01-13 11:38:05 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-13 11:38:05 -0800 |
commit | 17e1c9e2fdf684422a91f0b1bc2e0926c1956651 (patch) | |
tree | 3741b4cb2d3df4b7e916d632cd0055afc65661b3 /t | |
parent | Merge branch 'sr/gitweb-hilite-more' (diff) | |
parent | userdiff/perl: catch BEGIN/END/... and POD as headers (diff) | |
download | tgif-17e1c9e2fdf684422a91f0b1bc2e0926c1956651.tar.xz |
Merge branch 'jn/perl-funcname'
* jn/perl-funcname:
userdiff/perl: catch BEGIN/END/... and POD as headers
diff: funcname and word patterns for perl
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 0a61b57b5f..3646930623 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 csharp fortran html java objc pascal php python ruby tex" +builtin_patterns="bibtex cpp csharp fortran html java objc pascal perl php python ruby tex" for p in $builtin_patterns do test_expect_success "builtin $p pattern compiles" ' |