Skip to content

Commit

Permalink
Rename a fixture file
Browse files Browse the repository at this point in the history
  • Loading branch information
raxbg committed Jul 10, 2024
1 parent 50929e2 commit d43033b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ public function invalidSelectorsInFile(): void
body {background-color: red;}';
self::assertSame($sExpected, $oDoc->render());

$oDoc = self::parsedStructureForFile('invalid-selectors-3', Settings::create()->withMultibyteSupport(true));
$oDoc = self::parsedStructureForFile('invalid-selectors-4', Settings::create()->withMultibyteSupport(true));
$sExpected = 'body, div :hover {color: green;}
div {color: blue;}';
self::assertSame($sExpected, $oDoc->render());
Expand Down
File renamed without changes.

0 comments on commit d43033b

Please sign in to comment.