Changeset 33148 for trunk/tests/phpunit/tests/formatting/EscAttr.php
- Timestamp:
- 07/09/2015 08:55:26 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/formatting/EscAttr.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/EscAttr.php
r32850 r33148 27 27 28 28 function test_esc_attr_amp() { 29 $out = esc_attr( 'foo & bar &baz; & nbsp;' );30 $this->assertEquals( "foo & bar &baz; & nbsp;", $out );29 $out = esc_attr( 'foo & bar &baz; '' ); 30 $this->assertEquals( "foo & bar &baz; '", $out ); 31 31 } 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.