We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db8fc0 commit 0bef231Copy full SHA for 0bef231
tests/phpunit/tests/formatting/emoji.php
@@ -157,6 +157,11 @@ public function data_wp_encode_emoji() {
157
'🧚',
158
'🧚',
159
),
160
+ array(
161
+ // Hairy creature (Unicode 17).
162
+ '',
163
+ '🫈',
164
+ ),
165
);
166
}
167
@@ -192,6 +197,11 @@ public function data_wp_staticize_emoji() {
192
197
193
198
'<img src="' . $this->png_cdn . '1f9da.png" alt="🧚" class="wp-smiley" style="height: 1em; max-height: 1em;" />',
194
199
200
201
202
203
+ '<img src="' . $this->png_cdn . '1fac8.png" alt="" class="wp-smiley" style="height: 1em; max-height: 1em;" />',
204
195
205
196
206
207
return $data;
0 commit comments