We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7b59b commit 65f91e1Copy full SHA for 65f91e1
1 file changed
tests/phpunit/tests/css-api/wpCssBuilder.php
@@ -39,7 +39,7 @@ public static function data_string_escaping(): array {
39
'backslash before quote' => array( "a\\'b", '"a\5C \27 b"' ),
40
41
// NULL byte → U+FFFD replacement character.
42
- 'null byte' => array( "a\0b", "\"a\u{FFFD}b\"" ),
+ 'null byte' => array( "a\0b", '"a�b"' ),
43
44
// Newline normalization — all variants become \A escape.
45
'LF' => array( "a\nb", '"a\A b"' ),
0 commit comments