We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d55fd commit f7a6bb6Copy full SHA for f7a6bb6
test/emoji_test.rb
@@ -96,7 +96,6 @@ class EmojiTest < TestCase
96
test "missing or incorrect unicodes" do
97
emoji_map, _ = EmojiTestParser.parse(File.expand_path("../../vendor/unicode-emoji-test.txt", __FILE__))
98
source_unicode_emoji = emoji_map.values
99
- supported_sequences = Emoji.all.flat_map(&:unicode_aliases)
100
text_glyphs = Emoji.const_get(:TEXT_GLYPHS)
101
102
missing = 0
0 commit comments