aboutsummaryrefslogtreecommitdiff
path: root/diff.c
diff options
context:
space:
mode:
authorBrandon Casey <casey@nrlssc.navy.mil>2008-09-22 18:26:20 -0500
committerJunio C Hamano <gitster@pobox.com>2008-09-23 01:48:49 -0700
commitfdac6692a0b0eda293f9f1bf4bc49b05b29f3c45 (patch)
tree86f2deffd86eb8f504608d75203cacd54357e7a0 /diff.c
parent4be4680cbb37cd803fa018c736879d936cd45671 (diff)
downloadgit-fdac6692a0b0eda293f9f1bf4bc49b05b29f3c45.tar.gz
git-fdac6692a0b0eda293f9f1bf4bc49b05b29f3c45.tar.xz
t4018-diff-funcname: test syntax of builtin xfuncname patterns
[jc: fixes bibtex pattern breakage exposed by this test] Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.c')
-rw-r--r--diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff.c b/diff.c
index 0f98bff46..05dd8f0b5 100644
--- a/diff.c
+++ b/diff.c
@@ -1404,7 +1404,7 @@ static const struct funcname_pattern_entry *funcname_pattern(const char *ident)
}
static const struct funcname_pattern_entry builtin_funcname_pattern[] = {
- { "bibtex", "(@[a-zA-Z]{1,}[ \t]*\{{0,1}[ \t]*[^ \t\"@',\\#}{~%]*).*$",
+ { "bibtex", "(@[a-zA-Z]{1,}[ \t]*\\{{0,1}[ \t]*[^ \t\"@',\\#}{~%]*).*$",
REG_EXTENDED },
{ "html", "^[ \t]*(<[Hh][1-6][ \t].*>.*)$", REG_EXTENDED },
{ "java",