提交 b58f29c8 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

Merge branch 'master' of github.com:Chatie/wechaty

......@@ -54,10 +54,14 @@ test('plainText()', async t => {
test('digestEmoji()', async t => {
const EMOJI_XML = [
'<img class="emoji emoji1f4a4" text="[流汗]_web" src="/zh_CN/htmledition/v2/images/spacer.gif" />',
'<img class="qqemoji qqemoji13" text="[呲牙]_web" src="/zh_CN/htmledition/v2/images/spacer.gif" />',
'<img class="emoji emoji1f44d" text="_web" src="/zh_CN/htmledition/v2/images/spacer.gif" />',
'<span class="emoji emoji1f334"></span>',
]
const EMOJI_AFTER_DIGEST = [
'[流汗]',
'[呲牙]',
'',
'[emoji1f334]',
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册