Skip to content

Commit

Permalink
emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
mauretto78 committed Aug 18, 2023
1 parent 18a3538 commit 1432ddb
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 @@ -7436,6 +7436,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 @@ -91,6 +91,8 @@ public function canReplaceEmojisWithEntites()
'􀀂' => '􀀂',
'𡞱' => '𡞱',
"󠄟" => "󠄟",
"🪫" => '🪫',
'🫶' => '🫶',
];

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

0 comments on commit 1432ddb

Please sign in to comment.