Skip to content

Commit 41c161e

Browse files
committed
HTML API: Update html5lib test runner to support new features.
This patch updates the html5lib test runner following the merge of changes opening up a full HTML parser and additional fragment contents. It makes no Core code changes, but allows a more tests to complete which previously failed due to incomplete test runner support.. Developed in WordPress/wordpress-develop#7346 Discussed in https://core.trac.wordpress.org/ticket/61646 Props jonsurrell. See #61646. Built from https://develop.svn.wordpress.org/trunk@59025 git-svn-id: https://core.svn.wordpress.org/trunk@58421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 9af0f20 commit 41c161e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '6.7-alpha-59024';
19+
$wp_version = '6.7-alpha-59025';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)