Skip to content

Commit 851fb08

Browse files
committed
Add note mentioning test
1 parent c93d8c2 commit 851fb08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/wp-includes/html-api/class-wp-html-processor.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,9 @@ private function step_in_body() {
869869
* that has not been implemented yet.
870870
*
871871
* As they're implemented, they should be removed from this list. An accompanying
872-
* test should help with this.
872+
* test should help ensure this list is maintained.
873+
*
874+
* @see Tests_HtmlApi_WpHtmlProcessor::test_step_in_body_fails_on_unsupported_tags
873875
*
874876
* We throw the WP_HTML_Unsupported_Exception so we're free to implememnt
875877
* the catch-all handling for any other start and end tag.

0 commit comments

Comments
 (0)