tl icon indicating copy to clipboard operation
tl copied to clipboard

Handle whitespace inside closing tags

Open tslnc04 opened this issue 1 year ago • 0 comments

Fixes #65 by adding a skip whitespace before and after the name of a closing tag. Also adds a test to verify that this functions properly, based on the example in #65.

Note that the HTML spec does not allow for whitespace between the </ and the tag name, although this is accepted by these changes to maintain symmetry with the parsing of the start of a tag which started allowing whitespace between < and the tag name in c532c72.

tslnc04 avatar Apr 28 '24 18:04 tslnc04