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'),
]); ]);
}); });
}); });