Changeset 42343 for trunk/tests/phpunit/tests/formatting/EscAttr.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/EscAttr.php
r33271 r42343 28 28 function test_esc_attr_amp() { 29 29 $out = esc_attr( 'foo & bar &baz; ' ); 30 $this->assertEquals( "foo & bar &baz; ", $out );30 $this->assertEquals( 'foo & bar &baz; ', $out ); 31 31 } 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.