This commit is contained in:
syuilo
2019-06-16 21:30:26 +09:00
parent 5042d23bc4
commit e7effd606d

View File

@@ -1188,7 +1188,7 @@ describe('MFM', () => {
tree('italic', [ tree('italic', [
text('bar') text('bar')
], {}), ], {}),
text('baz'), text('\nbaz'),
]); ]);
}); });
}); });