This commit is contained in:
syuilo 2018-10-20 09:14:16 +09:00
parent 70d0937aab
commit f51d1c5264
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

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);
});