Changeset 47122 for trunk/tests/phpunit/tests/formatting/Emoji.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/Emoji.php
r46586 r47122 83 83 return array( 84 84 array( 85 // Not emoji 85 // Not emoji. 86 86 '’', 87 87 '’', 88 88 ), 89 89 array( 90 // Simple emoji 90 // Simple emoji. 91 91 '🙂', 92 92 '🙂', 93 93 ), 94 94 array( 95 // Skin tone, gender, ZWJ, emoji selector 95 // Skin tone, gender, ZWJ, emoji selector. 96 96 '👮🏼♀️', 97 97 '👮🏼‍♀️', 98 98 ), 99 99 array( 100 // Unicode 10 100 // Unicode 10. 101 101 '🧚', 102 102 '🧚', … … 116 116 $data = array( 117 117 array( 118 // Not emoji 118 // Not emoji. 119 119 '’', 120 120 '’', 121 121 ), 122 122 array( 123 // Simple emoji 123 // Simple emoji. 124 124 '🙂', 125 125 '<img src="' . $this->png_cdn . '1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" />', 126 126 ), 127 127 array( 128 // Skin tone, gender, ZWJ, emoji selector 128 // Skin tone, gender, ZWJ, emoji selector. 129 129 '👮🏼♀️', 130 130 '<img src="' . $this->png_cdn . '1f46e-1f3fc-200d-2640-fe0f.png" alt="👮🏼♀️" class="wp-smiley" style="height: 1em; max-height: 1em;" />', 131 131 ), 132 132 array( 133 // Unicode 10 133 // Unicode 10. 134 134 '🧚', 135 135 '<img src="' . $this->png_cdn . '1f9da.png" alt="🧚" class="wp-smiley" style="height: 1em; max-height: 1em;" />',
Note: See TracChangeset
for help on using the changeset viewer.