google/gumbo-parser

text concatenation error?

maxoodf opened this issue · 0 comments

UPDATE: Sorry, It was my mistake, LF chars were removed in my code, please close this issue.

Hello,

<html>
<body>
<p>
Some text is here
and some is here
</p>
</body>
</html>

This html code is parsed by all browsers available to me to the following line:
Some text is here and some is here

But Gumbo parsing result is:
Some text is hereand some is here