mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 15:46:06 +09:00
Fix test
This commit is contained in:
parent
68cb0123a6
commit
51f3f4e6fc
@ -125,7 +125,8 @@ describe('Text', () => {
|
|||||||
|
|
||||||
const tokens3 = analyze('#Foo!');
|
const tokens3 = analyze('#Foo!');
|
||||||
assert.deepEqual([
|
assert.deepEqual([
|
||||||
{ type: 'text', content: '#Foo!' },
|
{ type: 'hashtag', content: '#Foo', hashtag: 'Foo' },
|
||||||
|
{ type: 'text', content: '!' },
|
||||||
], tokens3);
|
], tokens3);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user