Skip to content

Commit d9f89cc

Browse files
committed
Fix tests
1 parent 9386fe9 commit d9f89cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ParserTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,8 +702,8 @@ public function calcNestedInFile()
702702
public function invalidCalcInFile()
703703
{
704704
$oDoc = self::parsedStructureForFile('calc-invalid', Settings::create()->withMultibyteSupport(true));
705-
$sExpected = 'div {}
706-
div {}
705+
$sExpected = 'div {height: calc (25% - 1em);}
706+
div {height: calc (25% - 1em);}
707707
div {}
708708
div {height: -moz-calc;}
709709
div {height: calc;}';

0 commit comments

Comments
 (0)