Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add ticket number
  • Loading branch information
dmsnell committed Dec 20, 2023
commit c3166be88846de58de1f7aad2013fef0ca6cc383
4 changes: 2 additions & 2 deletions tests/phpunit/tests/html-api/wpHtmlTagProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -1953,7 +1953,7 @@ public function data_next_tag_ignores_contents_of_rcdata_tag() {
* Were it not for this then the NOSCRIPT tag would be handled like the
* other tags in the RAW TEXT special group, e.g. NOEMBED or STYLE.
*
* @ticket {TICKET_NUMBER}
* @ticket 60122
*
* @covers WP_HTML_Tag_Processor::next_tag
*/
Expand Down Expand Up @@ -2323,7 +2323,7 @@ public function test_removing_specific_attributes_in_malformed_html() {
/**
* Ensures that no tags are matched in a document containing only non-tag content.
*
* @ticket {TICKET_NUMBER}
* @ticket 60122
*
* @covers WP_HTML_Tag_Processor::next_tag
* @covers WP_HTML_Tag_Processor::paused_at_incomplete_token
Expand Down