Skip to content

Commit

Permalink
Merge pull request #2 from matecat/v1.0.5
Browse files Browse the repository at this point in the history
Emoji map update
  • Loading branch information
mauretto78 authored May 14, 2024
2 parents e06252a + 144b712 commit d36beaf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Emoji.php
Original file line number Diff line number Diff line change
Expand Up @@ -7449,6 +7449,14 @@ class Emoji {
'🩷' => '🩷',
'πŸͺž' => '🪞',
'🫣' => '🫣',
'τ€€€' => '􀀀',
'πŸͺ₯' => '🪥',
'τ€•ž' => '􀕞',
'🫧' => '🫧',
'τ€―‰' => '􀯉',
'🦫' => '🦫',
'τ€†Ÿ' => '􀆟',
'πŸͺ—' => '🪗',
];
private static $inverse_char_map = [];

Expand Down
8 changes: 8 additions & 0 deletions tests/EmojiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ public function canReplaceEmojisWithEntites() {
'🩷' => '🩷',
'πŸͺž' => '🪞',
'🫣' => '🫣',
'τ€€€' => '􀀀',
'πŸͺ₯' => '🪥',
'τ€•ž' => '􀕞',
'🫧' => '🫧',
'τ€―‰' => '􀯉',
'🦫' => '🦫',
'τ€†Ÿ' => '􀆟',
'πŸͺ—' => '🪗',
];

foreach ( $dataset as $emoji => $entity ) {
Expand Down

0 comments on commit d36beaf

Please sign in to comment.