From e7effd606d500e0491266be112ef611270e7c3af Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 16 Jun 2019 21:30:26 +0900 Subject: [PATCH] Fix test --- test/mfm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mfm.ts b/test/mfm.ts index 0be683d56..cdd07788b 100644 --- a/test/mfm.ts +++ b/test/mfm.ts @@ -1188,7 +1188,7 @@ describe('MFM', () => { tree('italic', [ text('bar') ], {}), - text('baz'), + text('\nbaz'), ]); }); });