userdiff: add tests for Fortran xfuncname regex
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Wed, 12 Aug 2020 22:30:28 +0000 (22:30 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Aug 2020 18:21:17 +0000 (11:21 -0700)
commitb79e6925f0ff8ae0afa6554224a5a2e1c41a4605
treec7404820f9a1e0b385ed1df3648cd5b4e7fcc65b
parent47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc
userdiff: add tests for Fortran xfuncname regex

The Fortran userdiff patterns, introduced in 909a5494f8 (userdiff.c: add
builtin fortran regex patterns, 2010-09-10), predate the test
infrastructure for xfuncname patterns, introduced in bfa7d01413 (t4018:
an infrastructure to test hunk headers, 2014-03-21).

Add tests for the Fortran xfuncname patterns. The test
't/t4018/fortran-comment-keyword' documents a shortcoming of the regex
that is fixed in a subsequent commit.

While at it, add descriptive comments for the different parts of the
regex.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4018/fortran-block-data [new file with mode: 0644]
t/t4018/fortran-comment [new file with mode: 0644]
t/t4018/fortran-comment-keyword [new file with mode: 0644]
t/t4018/fortran-comment-legacy [new file with mode: 0644]
t/t4018/fortran-comment-legacy-star [new file with mode: 0644]
t/t4018/fortran-external-function [new file with mode: 0644]
t/t4018/fortran-external-subroutine [new file with mode: 0644]
t/t4018/fortran-module [new file with mode: 0644]
t/t4018/fortran-module-procedure [new file with mode: 0644]
t/t4018/fortran-program [new file with mode: 0644]
userdiff.c