- Issue created by @drunken monkey
- π¦πΉAustria drunken monkey Vienna, Austria
The attached patch should fix the tests. (Not really possible to test with the bot, unfortunately.)
The fix for
HtmlFilter
is, of course, less than ideal β since the new version of the method was the problem, I simply copied the old one. I felt a much more elegant way would have been to avoid serializing the DOM object again and instead iterating through its contents, building our text tokens from that. However, iterating over the contents of a\DOMDocument
object is apparently not that simple, so I opted for this solution instead. Other suggestions very much welcome! - Status changed to Needs review
over 1 year ago 10:47pm 1 December 2023 - last update
over 1 year ago 545 pass -
drunken monkey β
committed 63b2f8c1 on 8.x-1.x
Issue #3405649 by drunken monkey: Fixed test failures against Drupal 10....
-
drunken monkey β
committed 63b2f8c1 on 8.x-1.x
- Status changed to Fixed
over 1 year ago 5:54pm 10 December 2023 Automatically closed - issue fixed for 2 weeks with no activity.