add more jsx tests

This commit is contained in:
Sebastian McKenzie 2015-08-12 02:57:18 +01:00
parent 8887444cf7
commit 860322f7b8
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)"
}