Changeset 32178 for trunk/tests/phpunit/tests/formatting/Smilies.php
- Timestamp:
- 04/20/2015 10:10:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/Smilies.php
r32105 r32178 170 170 array ( 171 171 '8-O :-(', 172 "\xf0\x9f\x98\xaf <img src=\" http://example.org/wp-includes/images/smilies/frownie.png\" alt=\":-(\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />"172 "\xf0\x9f\x98\xaf <img src=\"{$includes_path}frownie.png\" alt=\":-(\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />" 173 173 ), 174 174 array ( … … 182 182 array ( 183 183 '8-) :-(', 184 "\xf0\x9f\x98\x8e <img src=\" http://example.org/wp-includes/images/smilies/frownie.png\" alt=\":-(\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />"184 "\xf0\x9f\x98\x8e <img src=\"{$includes_path}frownie.png\" alt=\":-(\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />" 185 185 ), 186 186 array ( … … 190 190 array ( 191 191 '8O :twisted: :( :? :(', 192 "\xf0\x9f\x98\xaf \xf0\x9f\x98\x88 <img src=\" http://example.org/wp-includes/images/smilies/frownie.png\" alt=\":(\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> \xf0\x9f\x98\x95 <img src=\"http://example.org/wp-includes/images/smilies/frownie.png\" alt=\":(\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />"192 "\xf0\x9f\x98\xaf \xf0\x9f\x98\x88 <img src=\"{$includes_path}frownie.png\" alt=\":(\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> \xf0\x9f\x98\x95 <img src=\"{$includes_path}frownie.png\" alt=\":(\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />" 193 193 ), 194 194 );
Note: See TracChangeset
for help on using the changeset viewer.