Skip to content

Doesn't catch unclosed tags #58

@kevinresol

Description

@kevinresol
jsx('
	<div>
		<p>Paragraph</p>
	<div/>
');

The above code is unclosed, but parsed as if it is closed with an extra </div>
This cause some hard-to-notice bug when there are some typos (just as in the case above it should be </div> instead of <div/>)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions