summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-06-16 21:30:26 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-06-16 21:30:26 +0900
commite7effd606d500e0491266be112ef611270e7c3af (patch)
treee6adf936c2d03ba75b481a9ec0f70c462e887cd6 /test
parentSimplify test (diff)
downloadmisskey-e7effd606d500e0491266be112ef611270e7c3af.tar.gz
misskey-e7effd606d500e0491266be112ef611270e7c3af.tar.bz2
misskey-e7effd606d500e0491266be112ef611270e7c3af.zip
Fix test
Diffstat (limited to 'test')
-rw-r--r--test/mfm.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mfm.ts b/test/mfm.ts
index 0be683d56f..cdd07788ba 100644
--- a/test/mfm.ts
+++ b/test/mfm.ts
@@ -1188,7 +1188,7 @@ describe('MFM', () => {
tree('italic', [
text('bar')
], {}),
- text('baz'),
+ text('\nbaz'),
]);
});
});