wasinger / htmlpagedom

jQuery-inspired DOM manipulation extension for Symfony's Crawler
MIT License
346 stars 50 forks source link

Fixes for appendTo, before, insertBefore, prependTo #32

Closed ttk closed 5 years ago

ttk commented 5 years ago

Handles edge cases where the node is self referenced.

This is a follow up to https://github.com/wasinger/htmlpagedom/pull/31. A similar fix was applied to the after/before/prepend/append family of functions. In some cases there was no unit test for some functions, so they were added as well.

wasinger commented 5 years ago

Thanks!