@@ -344,15 +344,15 @@ let x =
344344=====Errors=============================================
345345
346346 Syntax error!
347- parsing/errors/expressions/jsx.js 1:12
347+ parsing/errors/expressions/jsx.js: 1:12
348348 1 │ let x = <di-v />
349349 2 │ let x = <Unclosed >;
350350 3 │ let x = <Foo.Bar ></Free.Will >;
351351
352352 I'm not sure what to parse here when looking at \\"-\\".
353353
354354 Syntax error!
355- parsing/errors/expressions/jsx.js 2:20
355+ parsing/errors/expressions/jsx.js: 2:20
356356 1 │ let x = <di-v />
357357 2 │ let x = <Unclosed >;
358358 3 │ let x = <Foo.Bar ></Free.Will >;
@@ -361,7 +361,7 @@ let x =
361361 Did you forget a \`</\` here?
362362
363363 Syntax error!
364- parsing/errors/expressions/jsx.js 3:9-28
364+ parsing/errors/expressions/jsx.js: 3:9-28
365365 1 │ let x = <di-v />
366366 2 │ let x = <Unclosed >;
367367 3 │ let x = <Foo.Bar ></Free.Will >;
@@ -371,7 +371,7 @@ let x =
371371 Missing </Foo.Bar >
372372
373373 Syntax error!
374- parsing/errors/expressions/jsx.js 4:9-34
374+ parsing/errors/expressions/jsx.js: 4:9-34
375375 2 │ let x = <Unclosed >;
376376 3 │ let x = <Foo.Bar ></Free.Will >;
377377 4 │ let x = <Foo.Bar.Baz ></Foo.Bar.Boo >
@@ -381,7 +381,7 @@ let x =
381381 Missing </Foo.Bar.Baz >
382382
383383 Syntax error!
384- parsing/errors/expressions/jsx.js 5:9-27
384+ parsing/errors/expressions/jsx.js: 5:9-27
385385 3 │ let x = <Foo.Bar ></Free.Will >;
386386 4 │ let x = <Foo.Bar.Baz ></Foo.Bar.Boo >
387387 5 │ let x = <Foo.bar > </Foo.baz >
@@ -391,7 +391,7 @@ let x =
391391 Missing </Foo.bar >
392392
393393 Syntax error!
394- parsing/errors/expressions/jsx.js 6:17
394+ parsing/errors/expressions/jsx.js: 6:17
395395 4 │ let x = <Foo.Bar.Baz ></Foo.Bar.Boo >
396396 5 │ let x = <Foo.bar > </Foo.baz >
397397 6 │ let x = <Foo.bar.baz />
0 commit comments