Skip to content

Commit

Permalink
Emoji update (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauretto78 authored Mar 22, 2024
1 parent a978ba8 commit ceadb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Utils/Emoji.php
Original file line number Diff line number Diff line change
Expand Up @@ -7441,6 +7441,7 @@ class Emoji {
'🪅' => '🪅',
'🩷' => '🩷',
'🪞' => '🪞',
'🫣' => '🫣',
];
private static $inverse_char_map = [];

Expand Down
1 change: 1 addition & 0 deletions tests/EmojiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public function canReplaceEmojisWithEntites()
'🪅' => '🪅',
'🩷' => '🩷',
'🪞' => '🪞',
'🫣' => '🫣',
];

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

0 comments on commit ceadb0b

Please sign in to comment.