Skip to content

Commit

Permalink
Add note mentioning test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 18, 2023
1 parent bca5565 commit 1e9be91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/wp-includes/html-api/class-wp-html-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,9 @@ private function step_in_body() {
* that has not been implemented yet.
*
* As they're implemented, they should be removed from this list. An accompanying
* test should help with this.
* test should help ensure this list is maintained.
*
* @see Tests_HtmlApi_WpHtmlProcessor::test_step_in_body_fails_on_unsupported_tags
*
* We throw the WP_HTML_Unsupported_Exception so we're free to implememnt
* the catch-all handling for any other start and end tag.
Expand Down

0 comments on commit 1e9be91

Please sign in to comment.