mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Test commit for T945
Resolves T945 as fixed. (Also tweaks the regexp slightly.)
This commit is contained in:
parent
346747c788
commit
903f985983
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ abstract class DifferentialFreeformFieldSpecification
|
|||
|
||||
$matches = null;
|
||||
$ok = preg_match_all(
|
||||
"/({$prefix_regex})\s+T(\d+)\s+({$suffix_regex})/i",
|
||||
"/({$prefix_regex})\s+T(\d+)\s*({$suffix_regex})/i",
|
||||
$this->renderValueForCommitMessage($is_edit = false),
|
||||
$matches,
|
||||
PREG_SET_ORDER);
|
||||
|
|
Loading…
Reference in a new issue