mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-02 11:30:12 +00:00
Merge pull request #124 from twuttke/frowning_not_smiley
I meant frowning. not smiley
This commit is contained in:
commit
a5f03cf52c
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user