File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -490,8 +490,8 @@ test('roundtrip', () => {
490490 } ) ,
491491 { extensions : [ mdxExpressionToMarkdown ] }
492492 ) ,
493- '{`\na\n `}\n' ,
494- 'should strip superfluous whitespace as much as the opening prefix, or less , when roundtripping expressions (flow)'
493+ '{`\n a\n `}\n' ,
494+ 'should *not* strip superfluous whitespace depending on the opening prefix, when roundtripping expressions (flow)'
495495 )
496496
497497 assert . deepEqual (
@@ -502,8 +502,8 @@ test('roundtrip', () => {
502502 } ) ,
503503 { extensions : [ mdxExpressionToMarkdown ] }
504504 ) ,
505- '{`\n a\n`}\n' ,
506- 'should strip superfluous whitespace (but not more) when roundtripping expressions (flow)'
505+ '{`\n a\n `}\n' ,
506+ 'should *not* strip superfluous whitespace (if there is more) when roundtripping expressions (flow)'
507507 )
508508
509509 assert . deepEqual (
You can’t perform that action at this time.
0 commit comments