Skip to content

Doesn't catch unclosed tags #58

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/>)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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