Skip to content

Commit

Permalink
Merge pull request #75 from matecat/emoji
Browse files Browse the repository at this point in the history
Emoji map update
  • Loading branch information
mauretto78 authored Jul 6, 2023
2 parents 5f0015a + 6155316 commit 2634bbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Utils/Emoji.php
Original file line number Diff line number Diff line change
Expand Up @@ -7432,6 +7432,8 @@ class Emoji {
'􀀋' => '􀀋',
'􀀌' => '􀀌',
'🛜' => '🛜',
'􀀂' => '􀀂',
'𡞱' => '𡞱',
];

/**
Expand Down
2 changes: 2 additions & 0 deletions tests/EmojiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ public function canReplaceEmojisWithEntites()
'􀀋' => '􀀋',
'􀀌' => '􀀌',
'🛜' => '🛜',
'􀀂' => '􀀂',
'𡞱' => '𡞱',
];

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

0 comments on commit 2634bbf

Please sign in to comment.