Changeset 32851 for trunk/tests/phpunit/tests/formatting/EscHtml.php
- Timestamp:
- 06/19/2015 01:52:48 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/formatting/EscHtml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/EscHtml.php
r32850 r32851 35 35 function test_ignores_existing_entities() { 36 36 $source = '& £ " &'; 37 $res = '& &#x 00A3; " &';37 $res = '& £ " &'; 38 38 $this->assertEquals( $res, esc_html($source) ); 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.