mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 07:36:18 +09:00
Fix test
This commit is contained in:
parent
68cb0123a6
commit
51f3f4e6fc
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user