mirror of
https://github.com/emojisum/emojisum.git
synced 2024-11-15 20:28:37 +00:00
Fix 🌑 and 👫
These had an extra space in their spec, which broke everything.
This commit is contained in:
parent
cdca4cf09e
commit
54e92ea8d0
3 changed files with 6 additions and 6 deletions
|
@ -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"],
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue