@@ -10,13 +10,11 @@ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(14,45): error TS1005: '}' ex
1010tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(18,2): error TS17008: JSX element 'foo' has no corresponding closing tag.
1111tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(18,8): error TS17008: JSX element 'foo' has no corresponding closing tag.
1212tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(18,13): error TS17008: JSX element 'foo' has no corresponding closing tag.
13- tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(18,83): error TS1109: Expression expected.
1413tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(21,1): error TS1005: ':' expected.
1514tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(21,1): error TS1005: '</' expected.
16- tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(21,1): error TS1005: '}' expected.
1715
1816
19- ==== tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx (16 errors) ====
17+ ==== tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx (14 errors) ====
2018 declare var createElement: any;
2119
2220 class foo {}
@@ -59,14 +57,10 @@ tests/cases/conformance/jsx/jsxAndTypeAssertion.tsx(21,1): error TS1005: '}' exp
5957!!! error TS17008: JSX element 'foo' has no corresponding closing tag.
6058 ~~~
6159!!! error TS17008: JSX element 'foo' has no corresponding closing tag.
62-
63- !!! error TS1109: Expression expected.
6460
6561
6662
6763
6864!!! error TS1005: ':' expected.
6965
70- !!! error TS1005: '</' expected.
71-
72- !!! error TS1005: '}' expected.
66+ !!! error TS1005: '</' expected.
0 commit comments