Emoji: Update Emoji browser support tests for Twemoji v2.4.0

Really, following [42598].

Fixes #42862 for trunk, really.


git-svn-id: https://develop.svn.wordpress.org/trunk@42602 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Wilson 2018-01-24 22:01:42 +00:00
parent c03e730085
commit fdb0551c5a
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@
* (person in business suit levitating + female sign).
*/
isIdentical = emojiSetsRenderIdentically(
[ 55358, 56794, 8205, 9794, 65039 ],
[ 55358, 56794, 8203, 9794, 65039 ]
[55357, 56692, 8205, 9792, 65039],
[55357, 56692, 8203, 9792, 65039]
);
return ! isIdentical;
}