Skip to content

Commit dff8047

Browse files
committed
chore: tidy codes
Signed-off-by: Jack Cherng <[email protected]>
1 parent 6650347 commit dff8047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/DiffHelperTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public static function provideRendererOutputCases(): iterable
9494
protected static function findRendererOutputTestFiles(string $rendererName): array
9595
{
9696
$rendererNameRegex = preg_quote($rendererName, '/');
97-
$fileNameRegex = "/{$rendererNameRegex}-(?P<idx>[0-9]+)-(?P<name>[^.\\-]+)\\.txt$/u";
97+
$fileNameRegex = "/{$rendererNameRegex}-(?P<idx>[0-9]+)-(?P<name>[^.-]+)\\.txt$/u";
9898

9999
$finder = (new Finder())
100100
->files()

0 commit comments

Comments
 (0)