From ed2f94a3c1a4005f7a267dcd0c1a1f9529ba8eb2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 3 Nov 2018 15:28:11 +0900 Subject: [PATCH] oops --- test/mfm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mfm.ts b/test/mfm.ts index 36232468a..f5e5223f2 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]); }); });