Add test
This commit is contained in:
parent
630a534cee
commit
389f9bfea2
|
@ -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