panther icon indicating copy to clipboard operation
panther copied to clipboard

Different behavior of `text()` between PantherCrawler and Symfony's DomCrawler

Open ThomasLandauer opened this issue 3 years ago • 0 comments

With this being the HTML:

<html>foo<br>bar</html>

... Symfony's $domCrawler->text() returns:

foobar

while Panther's $pantherCrawler->text(); returns:

foo
bar

ThomasLandauer avatar Apr 15 '21 13:04 ThomasLandauer