This commit is contained in:
syuilo 2018-11-05 20:40:39 +09:00
parent a0b13505a0
commit e542dcac30
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -194,7 +194,7 @@ describe('Text', () => {
const tokens3 = analyze('🍎');
assert.deepEqual([
{ type: 'emoji', content: ':cat:', emoji: '🍎' }
{ type: 'emoji', content: '🍎', emoji: '🍎' }
], tokens3);
});