Skip to content

Commit 56e605e

Browse files
oliverkleeJakeQZ
andcommitted
Update tests/Unit/Value/CSSStringTest.php
Co-authored-by: JakeQZ <jake@qzdesign.co.uk>
1 parent a23c5be commit 56e605e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/Unit/Value/CSSStringTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ public function doesNotEscapeDoubleQuotesThatDoNotNeedToBeEscaped(): void
142142

143143
self::assertSame('"\\"Hello World\\""', (new CSSString($input))->render($outputFormat));
144144

145-
146145
$outputFormat->setStringQuotingType("'");
147146

148147
self::assertSame("'{$input}'", (new CSSString($input))->render($outputFormat));

0 commit comments

Comments
 (0)