summaryrefslogtreecommitdiff
path: root/t/t4018
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-04-21 00:23:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-04-21 00:23:34 (GMT)
commitab99efc817d463ddcd507a6457d33cd7643ed6dd (patch)
tree2b1597971df4d0e396e63e5c323f5c65281282fb /t/t4018
parent6d7a62d74d4638f0e8ae026ad650269960201815 (diff)
parentf08b4013c3faf5535ca8d5271ffb1840ce6ddaab (diff)
downloadgit-ab99efc817d463ddcd507a6457d33cd7643ed6dd.zip
git-ab99efc817d463ddcd507a6457d33cd7643ed6dd.tar.gz
git-ab99efc817d463ddcd507a6457d33cd7643ed6dd.tar.bz2
Merge branch 'ab/userdiff-tests'
A bit of code clean-up and a lot of test clean-up around userdiff area. * ab/userdiff-tests: blame tests: simplify userdiff driver test blame tests: don't rely on t/t4018/ directory userdiff: remove support for "broken" tests userdiff tests: list builtin drivers via test-tool userdiff tests: explicitly test "default" pattern userdiff: add and use for_each_userdiff_driver() userdiff style: normalize pascal regex declaration userdiff style: declare patterns with consistent style userdiff style: re-order drivers in alphabetical order
Diffstat (limited to 't/t4018')
-rw-r--r--t/t4018/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/t4018/README b/t/t4018/README
index 283e01cc..2d25b2b 100644
--- a/t/t4018/README
+++ b/t/t4018/README
@@ -7,9 +7,6 @@ at least two lines from the line that must appear in the hunk header.
The text that must appear in the hunk header must contain the word
"right", but in all upper-case, like in the title above.
-To mark a test case that highlights a malfunction, insert the word
-BROKEN in all lower-case somewhere in the file.
-
This text is a bit twisted and out of order, but it is itself a
test case for the default hunk header pattern. Know what you are doing
if you change it.