]> git.mxchange.org Git - friendica.git/commit
Add new xpathQuote and checkRelMeLink methods to Content\Text\HTML class
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 23 Dec 2022 07:41:22 +0000 (02:41 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 23 Dec 2022 07:41:22 +0000 (02:41 -0500)
commit91c4ab23593f141e3d441ebe70dce8883244b27e
tree0e5ab9a5b3db9c4a5cf25991642d0333197adc6b
parentb898dd1c00cc1fa3e8603f4afc5c572a93d83b23
Add new xpathQuote and checkRelMeLink methods to Content\Text\HTML class

- Add tests for both methods
src/Content/Text/HTML.php
tests/datasets/dom/relme/a-multiple-rel-value-end.html [new file with mode: 0644]
tests/datasets/dom/relme/a-multiple-rel-value-middle.html [new file with mode: 0644]
tests/datasets/dom/relme/a-multiple-rel-value-start.html [new file with mode: 0644]
tests/datasets/dom/relme/a-single-rel-value-fail.html [new file with mode: 0644]
tests/datasets/dom/relme/a-single-rel-value.html [new file with mode: 0644]
tests/datasets/dom/relme/link-single-rel-value-fail.html [new file with mode: 0644]
tests/datasets/dom/relme/link-single-rel-value.html [new file with mode: 0644]
tests/src/Content/Text/HTMLTest.php