mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
Add test
This commit is contained in:
parent
8ee3177a17
commit
c50196826c
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue