From db0e0abe1447b018f13330182511d1a5016b8871 Mon Sep 17 00:00:00 2001 From: dmsnell Date: Tue, 16 Jul 2024 16:02:11 +0000 Subject: [PATCH] HTML API: Add tests confirming comment behavior in HTML Processor. There was a bug-fix late in the 6.6 cycle in the HTML Processor which resolved an issue with the wrong name being reported when paused at processing-instruction look-alike invalid comments, but no tests were added to enforce the correct behaviors. This patch adds the missing tests. Developed in https://github.com/WordPress/wordpress-develop/pull/6765 Discussed in https://core.trac.wordpress.org/ticket/61530 Follow-up to [58304], [58558]. Props dmsnell, jonsurrell. See #61530. Built from https://develop.svn.wordpress.org/trunk@58734 git-svn-id: http://core.svn.wordpress.org/trunk@58136 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index c15f275ced..998a829501 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58733'; +$wp_version = '6.7-alpha-58734'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.