1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-10-31 07:11:47 +09:00
This commit is contained in:
syuilo 2019-06-16 21:30:26 +09:00
parent 5042d23bc4
commit e7effd606d
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69

View File

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