Skip to content

Commit 38e9777

Browse files
committed
Skip all entities for now
1 parent d74a2d6 commit 38e9777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function data_external_html5lib_tests() {
9494
continue;
9595
}
9696

97-
if ( 'entities01.dat' === $entry ) {
97+
if ( 'entities01.dat' === $entry || 'entities02.dat' === $entry ) {
9898
continue;
9999
}
100100

0 commit comments

Comments
 (0)