- Timestamp:
- 03/11/2015 10:54:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/UrlEncodedToEntities.php
r25002 r31734 9 9 */ 10 10 function test_convert_urlencoded_to_entities( $u_urlencoded, $entity ) { 11 $this->assertEquals( $entity, preg_replace_callback('/\%u([0-9A-F]{4 })/', '_convert_urlencoded_to_entities', $u_urlencoded ), $entity );11 $this->assertEquals( $entity, preg_replace_callback('/\%u([0-9A-F]{4,5})/', '_convert_urlencoded_to_entities', $u_urlencoded ), $entity ); 12 12 } 13 13
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)