diff --git a/test/mfm.ts b/test/mfm.ts index eb4a97a81..28e8c23b4 100644 --- a/test/mfm.ts +++ b/test/mfm.ts @@ -255,7 +255,18 @@ describe('MFM', () => { }); describe('spin', () => { - it('simple', () => { + it('text', () => { + const tokens = parse('foo'); + assert.deepStrictEqual(tokens, [ + tree('spin', [ + text('foo') + ], { + attr: null + }), + ]); + }); + + it('emoji', () => { const tokens = parse(':foo:'); assert.deepStrictEqual(tokens, [ tree('spin', [