This commit is contained in:
syuilo 2019-06-16 21:30:26 +09:00
parent 78a8835381
commit 96875b17d2

View file

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