Skip to content

Commit

Permalink
Fix changelogger test
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Nov 19, 2024
1 parent dca0dfb commit ecce6b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public function provideExecute() {
array(),
array(),
SquashCommand::FATAL_EXIT,
array( '{^Regex match failed: Delimiter must not be alphanumeric(?: or backslash|, backslash, or NUL)$}' ),
array( '{^Regex match failed: Delimiter must not be alphanumeric(?: or backslash|, backslash, or NUL(?: byte)?)$}' ),
),
'Squash by regex, regex matches nothing' => array(
array(
Expand Down

0 comments on commit ecce6b6

Please sign in to comment.