mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Add test
This commit is contained in:
parent
8ee3177a17
commit
c50196826c
@ -191,6 +191,11 @@ describe('Text', () => {
|
||||
{ type: 'emoji', content: ':cat:', name: 'cat'},
|
||||
{ type: 'emoji', content: ':cat:', name: 'cat'}
|
||||
], tokens2);
|
||||
|
||||
const tokens3 = analyze('🍎');
|
||||
assert.deepEqual([
|
||||
{ type: 'emoji', content: ':cat:', emoji: '🍎'}
|
||||
], tokens3);
|
||||
});
|
||||
|
||||
it('block code', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user