You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correct behavior for the parser would be throwing an error in the case where unclosed tags are met, instead of silently returning wrongly parsed HTML. Otherwise that's really confusing from the level of dependent packages like posthtml-include.
I'd add that test case:
<includesrc="a.html"/><includesrc="b.html"/>
Otherwise I've spent, like, ~2 hours figuring that out, somebody else can get trapped there too.
The correct behavior for the parser would be throwing an error in the case where unclosed tags are met, instead of silently returning wrongly parsed HTML. Otherwise that's really confusing from the level of dependent packages like
posthtml-include
.I'd add that test case:
Otherwise I've spent, like, ~2 hours figuring that out, somebody else can get trapped there too.
Originally posted by @dy in #23 (comment)
The text was updated successfully, but these errors were encountered: