1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-20 07:05:34 +02:00
This commit is contained in:
syuilo
2018-10-20 09:14:16 +09:00
parent 70d0937aab
commit f51d1c5264

View File

@@ -125,7 +125,8 @@ describe('Text', () => {
const tokens3 = analyze('#Foo!');
assert.deepEqual([
{ type: 'text', content: '#Foo!' },
{ type: 'hashtag', content: '#Foo', hashtag: 'Foo' },
{ type: 'text', content: '!' },
], tokens3);
});