@@ -344,15 +344,15 @@ let x =
344
344
=====Errors=============================================
345
345
346
346
Syntax error!
347
- parsing/errors/expressions/jsx.js 1:12
347
+ parsing/errors/expressions/jsx.js: 1:12
348
348
1 │ let x = <di-v />
349
349
2 │ let x = <Unclosed >;
350
350
3 │ let x = <Foo.Bar ></Free.Will >;
351
351
352
352
I'm not sure what to parse here when looking at \\"-\\".
353
353
354
354
Syntax error!
355
- parsing/errors/expressions/jsx.js 2:20
355
+ parsing/errors/expressions/jsx.js: 2:20
356
356
1 │ let x = <di-v />
357
357
2 │ let x = <Unclosed >;
358
358
3 │ let x = <Foo.Bar ></Free.Will >;
@@ -361,7 +361,7 @@ let x =
361
361
Did you forget a \`</\` here?
362
362
363
363
Syntax error!
364
- parsing/errors/expressions/jsx.js 3:9-28
364
+ parsing/errors/expressions/jsx.js: 3:9-28
365
365
1 │ let x = <di-v />
366
366
2 │ let x = <Unclosed >;
367
367
3 │ let x = <Foo.Bar ></Free.Will >;
@@ -371,7 +371,7 @@ let x =
371
371
Missing </Foo.Bar >
372
372
373
373
Syntax error!
374
- parsing/errors/expressions/jsx.js 4:9-34
374
+ parsing/errors/expressions/jsx.js: 4:9-34
375
375
2 │ let x = <Unclosed >;
376
376
3 │ let x = <Foo.Bar ></Free.Will >;
377
377
4 │ let x = <Foo.Bar.Baz ></Foo.Bar.Boo >
@@ -381,7 +381,7 @@ let x =
381
381
Missing </Foo.Bar.Baz >
382
382
383
383
Syntax error!
384
- parsing/errors/expressions/jsx.js 5:9-27
384
+ parsing/errors/expressions/jsx.js: 5:9-27
385
385
3 │ let x = <Foo.Bar ></Free.Will >;
386
386
4 │ let x = <Foo.Bar.Baz ></Foo.Bar.Boo >
387
387
5 │ let x = <Foo.bar > </Foo.baz >
@@ -391,7 +391,7 @@ let x =
391
391
Missing </Foo.bar >
392
392
393
393
Syntax error!
394
- parsing/errors/expressions/jsx.js 6:17
394
+ parsing/errors/expressions/jsx.js: 6:17
395
395
4 │ let x = <Foo.Bar.Baz ></Foo.Bar.Boo >
396
396
5 │ let x = <Foo.bar > </Foo.baz >
397
397
6 │ let x = <Foo.bar.baz />
0 commit comments