Skip to content

Commit dd1b3de

Browse files
authored
[CLEANUP] Remove superfluous commented test in SelectorTest (#1503)
Rejecting whitespace-only selectors was fixed in #1502.
1 parent e57672c commit dd1b3de

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/Unit/Property/SelectorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ public static function provideInvalidSelectors(): array
173173
// 'dot only' => ['.'],
174174
'slash' => ['/'],
175175
'less-than sign' => ['<'],
176-
// This is currently broken.
177-
// 'whitespace only' => [" \t\n\r"],
178176
];
179177
}
180178

0 commit comments

Comments
 (0)