mirror of
https://github.com/twitter/twemoji.git
synced 2024-11-19 02:14:30 +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);
|
div.getElementsByTagName('img')[0].alt.length === 2);
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
name: 'non standard iOS smiley variant',
|
name: 'non standard iOS frowning variant',
|
||||||
test: function () {
|
test: function () {
|
||||||
var div = document.createElement('div');
|
var div = document.createElement('div');
|
||||||
div.innerHTML = '\u2639\ufe0f';
|
div.innerHTML = '\u2639\ufe0f';
|
||||||
@ -522,7 +522,7 @@ wru.test([{
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
name: 'same but standard smiley',
|
name: 'same but standard frowning',
|
||||||
test: function () {
|
test: function () {
|
||||||
var div = document.createElement('div');
|
var div = document.createElement('div');
|
||||||
div.innerHTML = '\u2639';
|
div.innerHTML = '\u2639';
|
||||||
|
Loading…
Reference in New Issue
Block a user