We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad7f52 commit ec1bf15Copy full SHA for ec1bf15
src/Util/FileMatcher.php
@@ -131,6 +131,7 @@ private static function processTokens(array $tokens): array
131
$resolved = [];
132
$escaped = false;
133
$brackets = [];
134
+
135
for ($offset = 0; $offset < count($tokens); $offset++) {
136
[$type, $char] = $tokens[$offset];
137
tests/unit/Util/FileMatcherTest.php
@@ -371,6 +371,7 @@ public static function provideCharacterGroup(): Generator
371
'/a' => false,
372
'/' => false,
373
],
374
+ 'This test fails because `[` should be interpreted a literal',
375
];
376
377
yield 'match ranges' => [
0 commit comments