FEATURE: Adds ~200 more emoji

This includes all new emoji from Unicode 7 and Unicode 8 with the
exception of skin tones which will require a new interface.
This commit is contained in:
Robin Ward
2016-03-04 14:20:44 -05:00
parent b2b7342d53
commit 396713718b
785 changed files with 5592 additions and 8184 deletions

View File

@ -404,7 +404,7 @@ HTML
end
it "replaces some glyphs that are not in the emoji range" do
expect(PrettyText.cook("")).to match(/\:slightly_smiling\:/)
expect(PrettyText.cook("")).to match(/\:slight_smile\:/)
end
it "doesn't replace unicode emoji if emoji is disabled" do