1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-10-01 12:24:23 +00:00

Merge pull request #124 from twuttke/frowning_not_smiley

I meant frowning. not smiley
This commit is contained in:
Andrea Giammarchi 2016-03-01 22:12:56 +00:00
commit a5f03cf52c

View File

@ -509,7 +509,7 @@ wru.test([{
div.getElementsByTagName('img')[0].alt.length === 2);
}
}, {
name: 'non standard iOS smiley variant',
name: 'non standard iOS frowning variant',
test: function () {
var div = document.createElement('div');
div.innerHTML = '\u2639\ufe0f';
@ -522,7 +522,7 @@ wru.test([{
);
}
},{
name: 'same but standard smiley',
name: 'same but standard frowning',
test: function () {
var div = document.createElement('div');
div.innerHTML = '\u2639';