We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552c2d5 commit 9940a5bCopy full SHA for 9940a5b
1 file changed
tests/phpunit/tests/css-api/wpCssTokenProcessor.php
@@ -2351,7 +2351,7 @@ public function test_set_token_value_escapes_control_characters(): void {
2351
2352
$updated = $processor->get_updated_css();
2353
2354
- $this->assertSame( 'background: url("path\\a with\\a newlines\\a test.jpg");', $updated );
+ $this->assertSame( 'background: url("path\\A with\\A newlines\\A test.jpg");', $updated );
2355
}
2356
2357
/**
0 commit comments