1
0
mirror of https://github.com/MisskeyIO/misskey synced 2025-01-18 15:53:04 +09:00
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);
});