File tree Expand file tree Collapse file tree
tests/phpunit/tests/html-api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ public static function data_unsupported_elements() {
221221 /**
222222 * Ensures that formats inside unclosed A elements are reconstructed.
223223 *
224- * @ticket {TICKET_NUMBER}
224+ * @ticket 61576
225225 */
226226 public function test_reconstructs_formatting_from_unclosed_a_elements () {
227227 $ processor = WP_HTML_Processor::create_fragment ( '<a><strong>Click <a><big>Here</big></a></strong></a> ' );
@@ -244,7 +244,7 @@ public function test_reconstructs_formatting_from_unclosed_a_elements() {
244244 /**
245245 * Ensures that unclosed A elements are reconstructed.
246246 *
247- * @ticket {TICKET_NUMBER}
247+ * @ticket 61576
248248 */
249249 public function test_reconstructs_unclosed_a_elements () {
250250 $ processor = WP_HTML_Processor::create_fragment ( '<a><div><a></div></a> ' );
You can’t perform that action at this time.
0 commit comments