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', () => {
490
490
} ) ,
491
491
{ extensions : [ mdxExpressionToMarkdown ] }
492
492
) ,
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)'
495
495
)
496
496
497
497
assert . deepEqual (
@@ -502,8 +502,8 @@ test('roundtrip', () => {
502
502
} ) ,
503
503
{ extensions : [ mdxExpressionToMarkdown ] }
504
504
) ,
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)'
507
507
)
508
508
509
509
assert . deepEqual (
You can’t perform that action at this time.
0 commit comments