Skip to content

Commit 55b06f5

Browse files
raxbgJakeQZ
authored andcommitted
[TASK] Fix tests
1 parent 8d7147f commit 55b06f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ParserTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,8 @@ public function calcNestedInFile(): void
607607
public function invalidCalcInFile(): void
608608
{
609609
$document = self::parsedStructureForFile('calc-invalid', Settings::create()->withMultibyteSupport(true));
610-
$expected = 'div {}
611-
div {}
610+
$expected = 'div {height: calc (25% - 1em);}
611+
div {height: calc (25% - 1em);}
612612
div {}
613613
div {height: -moz-calc;}
614614
div {height: calc;}';

0 commit comments

Comments
 (0)