- Issue created by @mark_fullmer
- πΊπΈUnited States mark_fullmer Tucson
I've added the boilerplate configuration for running tests via Gitlab CI in https://git.drupalcode.org/project/url_embed/-/commit/9b9311c015938e49fe... , and tests are running. However, there's a failure that doesn't show up in DrupalCI:
- https://www.drupal.org/pift-ci-job/2834992 β
- https://git.drupalcode.org/project/url_embed/-/jobs/579846Leaving this issue open until we have a chance to determine the reason for the different behavior...
- Status changed to Fixed
12 months ago 8:15pm 9 January 2024 - πΊπΈUnited States mark_fullmer Tucson
Ah, okay, this is failing because Drupal 10.2 fixed π± [Meta] PHP DOM (libxml2) misinterprets HTML5 Active , which is called out a todo in url_embed's code:
/**
* The expected output of the Flickr URL in a WYSIWYG.
*
* Embeds rendered via the url_embed filter generate XHTML4 markup due to
* deficiencies with libxml2.
*
* @todo Remove once https://www.drupal.org/node/1333730 β lands.
*/I'll go ahead and close this issue (related to Gitlab CI) and create another issue for updating test coverage...
Automatically closed - issue fixed for 2 weeks with no activity.