1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-14 19:35:11 +02:00
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', [
text('bar')
], {}),
text('baz'),
text('\nbaz'),
]);
});
});