summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-03 15:28:11 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-03 15:28:11 +0900
commited2f94a3c1a4005f7a267dcd0c1a1f9529ba8eb2 (patch)
tree19761dda90c0d78195e6f97e269be1b417bc61ab /test
parent[MFM] Fix title syntax parsing (diff)
downloadmisskey-ed2f94a3c1a4005f7a267dcd0c1a1f9529ba8eb2.tar.gz
misskey-ed2f94a3c1a4005f7a267dcd0c1a1f9529ba8eb2.tar.bz2
misskey-ed2f94a3c1a4005f7a267dcd0c1a1f9529ba8eb2.zip
oops
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 36232468a3..f5e5223f29 100644
--- a/test/mfm.ts
+++ b/test/mfm.ts
@@ -234,7 +234,7 @@ describe('Text', () => {
const tokens3 = analyze('a [a]\nb [b]\nc [c]');
assert.deepEqual(
{ type: 'text', content: 'a [a]\nb [b]\nc [c]' }
- , tokens2[0]);
+ , tokens3[0]);
});
});