Skip to content

Commit c2004ec

Browse files
oliverkleeJakeQZ
andauthored
Update tests/Unit/Value/CSSStringTest.php
Co-authored-by: JakeQZ <jake@qzdesign.co.uk>
1 parent f23eeab commit c2004ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/Value/CSSStringTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function getArrayRepresentationIncludesContents(): void
112112
/**
113113
* @test
114114
*/
115-
public function doesNotEscapeCharactersThatDoNotNeedToBeEscaped(): void
115+
public function doesNotEscapeSingleQuotesThatDoNotNeedToBeEscaped(): void
116116
{
117117
$input = "data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none'" .
118118
" xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd'" .

0 commit comments

Comments
 (0)