2
0

Emoji: Swap mode test to an emoji from 16.0 (#36530)

This commit is contained in:
Echo
2025-10-20 15:04:38 +02:00
committed by GitHub
parent 53e20d5c83
commit 50dfab30c2

View File

@@ -76,7 +76,7 @@ function testEmojiSupport(text: string) {
return compareFeatures(feature1, feature2); return compareFeatures(feature1, feature2);
} }
const EMOJI_VERSION_TEST_EMOJI = '🫨'; // shaking head, from v15 const EMOJI_VERSION_TEST_EMOJI = '🫩'; // face with bags under eyes, from Unicode 16.0.
const EMOJI_FLAG_TEST_EMOJI = '🇨🇭'; const EMOJI_FLAG_TEST_EMOJI = '🇨🇭';
export function determineEmojiMode(style: string): EmojiMode { export function determineEmojiMode(style: string): EmojiMode {