aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorisla w <info@mrsdizzie.com>2023-06-29 12:29:48 -0400
committerGitHub <noreply@github.com>2023-06-29 16:29:48 +0000
commite882398c5acb99db555553acc2da89db73713710 (patch)
tree6c0d2411c0b5a1db98eedb37a296cc4380d8317f /web_src
parentfdf71460f99e67d4054dd642af94384c6fc52cc0 (diff)
downloadgitea-e882398c5acb99db555553acc2da89db73713710.tar.gz
gitea-e882398c5acb99db555553acc2da89db73713710.zip
Update emoji set to Unicode 15 (#25595)
Update emoji set to Unicode 15 which was added upstream here: https://github.com/github/gemoji/commit/cb5c514d472daf9b312c963987f4d7ee865c28fe <img width="854" alt="Screenshot 2023-06-29 at 11 02 56 AM" src="https://github.com/go-gitea/gitea/assets/1669571/7bfb663d-0804-4d23-a62d-f585a6783ca6"> --------- Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'web_src')
-rw-r--r--web_src/js/utils/match.test.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web_src/js/utils/match.test.js b/web_src/js/utils/match.test.js
index f73ec56f8e..5dfbd932f4 100644
--- a/web_src/js/utils/match.test.js
+++ b/web_src/js/utils/match.test.js
@@ -39,6 +39,10 @@ test('matchEmoji', () => {
expect(matchEmoji('1st_')).toEqual([
'1st_place_medal',
]);
+
+ expect(matchEmoji('jellyfis')).toEqual([
+ 'jellyfish',
+ ]);
});
test('matchMention', () => {