File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1324,7 +1324,7 @@ test_expect_success $PREREQ 'cc list is sanitized' '
13241324 Reviewed-by: Füñný Nâmé <odd_?=mail@example.com>
13251325 Reported-by: bugger on Jira
13261326 Reported-by: Douglas Reporter <doug@example.com> [from Jira profile]
1327- BugID: 12345
1327+ BugID: 12345should-not-appear
13281328 Co-developed-by: "C. O. Developer" <codev@example.com>
13291329 Signed-off-by: A. U. Thor <thor.au@example.com>
13301330 EOF
@@ -1337,7 +1337,7 @@ test_expect_success $PREREQ 'cc list is sanitized' '
13371337" <odd_?=mail@example.com>" actual-show-all-headers &&
13381338 test_grep "^(body) Ignoring Reported-by .* bugger on Jira" actual-show-all-headers &&
13391339 test_grep "^(body) Adding cc: Douglas Reporter <doug@example.com>" actual-show-all-headers &&
1340- test_grep ! "12345 " actual-show-all-headers &&
1340+ test_grep ! "12345should-not-appear " actual-show-all-headers &&
13411341 test_grep "^(body) Adding cc: \"C. O. Developer\" <codev@example.com>" actual-show-all-headers &&
13421342 test_grep "^(body) Adding cc: \"A. U. Thor\" <thor.au@example.com>" actual-show-all-headers
13431343'
You can’t perform that action at this time.
0 commit comments