mirror of
https://github.com/hotomoe/hotomoe
synced 2024-11-25 15:46:17 +09:00
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'},
|
||||||
{ type: 'emoji', content: ':cat:', name: 'cat'}
|
{ type: 'emoji', content: ':cat:', name: 'cat'}
|
||||||
], tokens2);
|
], tokens2);
|
||||||
|
|
||||||
|
const tokens3 = analyze('🍎');
|
||||||
|
assert.deepEqual([
|
||||||
|
{ type: 'emoji', content: ':cat:', emoji: '🍎'}
|
||||||
|
], tokens3);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('block code', () => {
|
it('block code', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user