Skip to content

Commit f595e34

Browse files
committed
Fix CSS file parse tests
1 parent 86b0472 commit f595e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Sabberworm/CSS/ParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function testFiles() {
1717
if (strpos($sFileName, '.') === 0) {
1818
continue;
1919
}
20-
if (strrpos($sFileName, '.') !== strlen($sFileName) - strlen('.')) {
20+
if (strrpos($sFileName, '.css') !== strlen($sFileName) - strlen('.css')) {
2121
continue;
2222
}
2323
if (strpos($sFileName, '-') === 0) {

0 commit comments

Comments
 (0)