Changeset 571 in tests
- Timestamp:
- 03/13/2012 09:51:32 PM (14 years ago)
- Location:
- wp-testcase
- Files:
-
- 2 edited
-
test_includes_formatting.php (modified) (1 diff)
-
test_includes_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-testcase/test_includes_formatting.php
r562 r571 1028 1028 $inputs = array( 1029 1029 "abc <br> lol <br />" => "abc <br /> lol <br />", 1030 "< BR> HO HO <HR>" => "<br /> ho ho <hr />",1030 "<br> ho ho <hr>" => "<br /> ho ho <hr />", 1031 1031 "<hr><br>" => "<hr /><br />" 1032 1032 ); -
wp-testcase/test_includes_functions.php
r437 r571 192 192 193 193 '12%af34567890@..%^_+qwerty-fghjkl-zx.png', 194 str_replace( '/', '', $testdir ).'test-image-with-path.png', // may need array( '/', '\\', ':' ) -> '' for Windows194 str_replace( array( '\\', '/', ':' ), '', $testdir ).'test-image-with-path.png', 195 195 ); 196 196
Note: See TracChangeset
for help on using the changeset viewer.