add more jsx tests

This commit is contained in:
Sebastian McKenzie 2015-08-12 02:57:18 +01:00
parent 67c96b6ed5
commit 8c44aa4874
6 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
<var></var>;

View File

@ -0,0 +1,2 @@
<Foo:Bar />;
<Foo:Bar></Foo:Bar>

View File

@ -0,0 +1 @@
<Foo></Bar>

View File

@ -0,0 +1,3 @@
{
"throws": "Expected corresponding JSX closing tag for <Foo> (1:5)"
}