Skip to content

Commit 9940a5b

Browse files
committed
Update test
1 parent 552c2d5 commit 9940a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/css-api/wpCssTokenProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2351,7 +2351,7 @@ public function test_set_token_value_escapes_control_characters(): void {
23512351

23522352
$updated = $processor->get_updated_css();
23532353

2354-
$this->assertSame( 'background: url("path\\a with\\a newlines\\a test.jpg");', $updated );
2354+
$this->assertSame( 'background: url("path\\A with\\A newlines\\A test.jpg");', $updated );
23552355
}
23562356

23572357
/**

0 commit comments

Comments
 (0)