mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
Fix test
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user