Skip to content

Commit 4a28ef2

Browse files
committed
Update ticket number
1 parent 4a8ca98 commit 4a28ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/phpunit/tests/html-api/wpHtmlTagProcessorModifiableText.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ public static function data_script_tag_text_updates(): array {
541541
}
542542

543543
/**
544-
* @ticket TBD
544+
* @ticket 64419
545545
*/
546546
public function test_complex_javascript_and_json_auto_escaping() {
547547
$processor = new WP_HTML_Tag_Processor( "<script></script>\n<script></script>\n<h1>OK</h1>" );
@@ -596,7 +596,7 @@ public function test_complex_javascript_and_json_auto_escaping() {
596596
}
597597

598598
/**
599-
* @ticket TBD
599+
* @ticket 64419
600600
*/
601601
public function test_json_auto_escaping() {
602602
// This is not a typical JSON encoding or escaping, but it is valid.

0 commit comments

Comments
 (0)