diff --git a/test/tests-jsx.js b/test/tests-jsx.js index 06ea016..779c9ff 100644 --- a/test/tests-jsx.js +++ b/test/tests-jsx.js @@ -3881,11 +3881,11 @@ for (var ns in fbTestFixture) { } } -testFail(" right=monkeys /> gorillas />", 'Unexpected token `>`. Did you mean `>` or `{">"}`? (1:40)') -testFail("foo{", "Unexpected token (1:8)") -testFail("foo<", "Unexpected token (1:7)") -testFail("foo}", 'Unexpected token `}`. Did you mean `}` or `{"}"}`? (1:6)') -testFail("foo>", 'Unexpected token `>`. Did you mean `>` or `{">"}`? (1:6)') +testFail(" right=monkeys /> gorillas />", 'Unexpected token `>`. Did you mean `>` or `{">"}`? (1:40)');;;;; +testFail("foo{", "Unexpected token (1:8)"); +testFail("foo<", "Unexpected token (1:7)"); +testFail("foo}", 'Unexpected token `}`. Did you mean `}` or `{"}"}`? (1:6)'); +testFail("foo>", 'Unexpected token `>`. Did you mean `>` or `{">"}`? (1:6)'); test('foo{"{"}', { "type": "Program", "start": 0,