From 54e92ea8d09a163178aac69dbcda8fdc81b253ca Mon Sep 17 00:00:00 2001 From: Jon Johnson Date: Wed, 26 May 2021 13:54:58 -0700 Subject: [PATCH] Fix :new_moon: and :couple: These had an extra space in their spec, which broke everything. --- emoji/emojimap.json | 4 ++-- emoji/list.md | 4 ++-- emoji/map_gen.go | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/emoji/emojimap.json b/emoji/emojimap.json index 5c9041e..4645717 100644 --- a/emoji/emojimap.json +++ b/emoji/emojimap.json @@ -143,7 +143,7 @@ [":musical_keyboard:", "U+1F3B9"], [":musical_score:", "U+1F3BC"], [":nail_care:", "U+1F485"], - [":new_moon:", "U+1F311 "], + [":new_moon:", "U+1F311"], [":no_entry:", "U+26D4"], [":nose:", "U+1F443"], [":control_knobs:", "U+1F39B"], @@ -239,7 +239,7 @@ [":trumpet:", "U+1F3BA"], [":turtle:", "U+1F422"], [":carousel_horse:", "U+1F3A0"], - [":two_women_holding_hands:", ":two_men_holding_hands:", ":couple:", "U+1F46C ", "U+1F46D", "U+1F46B"], + [":two_women_holding_hands:", ":two_men_holding_hands:", ":couple:", "U+1F46C", "U+1F46D", "U+1F46B"], [":uk:", "U+1F1ECU+1F1E7"], [":umbrella:", "U+2602", "U+2614"], [":unlock:", "U+1F513"], diff --git a/emoji/list.md b/emoji/list.md index 2e41d19..65cfbb3 100644 --- a/emoji/list.md +++ b/emoji/list.md @@ -156,7 +156,7 @@ draft+3 * `138` -- :musical_keyboard: `:musical_keyboard:` [U+1F3B9](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3b9) * `139` -- :musical_score: `:musical_score:` [U+1F3BC](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3bc) * `140` -- :nail_care: `:nail_care:` [U+1F485](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f485) - * `141` -- :new_moon: `:new_moon:` [U+1F311 ](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f311 ) + * `141` -- :new_moon: `:new_moon:` [U+1F311](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f311) * `142` -- :no_entry: `:no_entry:` [U+26D4](http://www.unicode.org/emoji/charts/full-emoji-list.html#26d4) * `143` -- :nose: `:nose:` [U+1F443](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f443) * `144` -- :control_knobs: `:control_knobs:` [U+1F39B](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f39b) @@ -252,7 +252,7 @@ draft+3 * `234` -- :trumpet: `:trumpet:` [U+1F3BA](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3ba) * `235` -- :turtle: `:turtle:` [U+1F422](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f422) * `236` -- :carousel_horse: `:carousel_horse:` [U+1F3A0](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f3a0) - * `237` -- :two_women_holding_hands: `:two_women_holding_hands:`:two_men_holding_hands: `:two_men_holding_hands:`:couple: `:couple:` [U+1F46C ](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f46c ) [U+1F46D](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f46d) [U+1F46B](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f46b) + * `237` -- :two_women_holding_hands: `:two_women_holding_hands:`:two_men_holding_hands: `:two_men_holding_hands:`:couple: `:couple:` [U+1F46C](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f46c) [U+1F46D](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f46d) [U+1F46B](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f46b) * `238` -- :uk: `:uk:` [U+1F1ECU+1F1E7](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f1ec_1f1e7) * `239` -- :umbrella: `:umbrella:` [U+2602](http://www.unicode.org/emoji/charts/full-emoji-list.html#2602) [U+2614](http://www.unicode.org/emoji/charts/full-emoji-list.html#2614) * `240` -- :unlock: `:unlock:` [U+1F513](http://www.unicode.org/emoji/charts/full-emoji-list.html#1f513) diff --git a/emoji/map_gen.go b/emoji/map_gen.go index 2a0cbf3..0413e81 100644 --- a/emoji/map_gen.go +++ b/emoji/map_gen.go @@ -290,7 +290,7 @@ func init() { }, Words{ ":nail_care:","U+1F485", }, - Words{ ":new_moon:","U+1F311 ", + Words{ ":new_moon:","U+1F311", }, Words{ ":no_entry:","U+26D4", }, @@ -482,7 +482,7 @@ func init() { }, Words{ ":carousel_horse:","U+1F3A0", }, - Words{ ":two_women_holding_hands:",":two_men_holding_hands:",":couple:","U+1F46C ","U+1F46D","U+1F46B", + Words{ ":two_women_holding_hands:",":two_men_holding_hands:",":couple:","U+1F46C","U+1F46D","U+1F46B", }, Words{ ":uk:","U+1F1ECU+1F1E7", },