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
This commit is contained in:
parent
acdd4a5cbb
commit
db0e0abe14
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue