We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8ca98 commit 4a28ef2Copy full SHA for 4a28ef2
tests/phpunit/tests/html-api/wpHtmlTagProcessorModifiableText.php
@@ -541,7 +541,7 @@ public static function data_script_tag_text_updates(): array {
541
}
542
543
/**
544
- * @ticket TBD
+ * @ticket 64419
545
*/
546
public function test_complex_javascript_and_json_auto_escaping() {
547
$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() {
596
597
598
599
600
601
public function test_json_auto_escaping() {
602
// This is not a typical JSON encoding or escaping, but it is valid.
0 commit comments