1 parent 8d7147f commit 55b06f5Copy full SHA for 55b06f5
1 file changed
tests/ParserTest.php
@@ -607,8 +607,8 @@ public function calcNestedInFile(): void
607
public function invalidCalcInFile(): void
608
{
609
$document = self::parsedStructureForFile('calc-invalid', Settings::create()->withMultibyteSupport(true));
610
- $expected = 'div {}
611
-div {}
+ $expected = 'div {height: calc (25% - 1em);}
+div {height: calc (25% - 1em);}
612
div {}
613
div {height: -moz-calc;}
614
div {height: calc;}';
0 commit comments