Changeset 694 in tests
- Timestamp:
- 04/22/2012 08:22:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-testcase/test_includes_formatting.php
r688 r694 1084 1084 } 1085 1085 1086 function test_replaces_latin_letter_z_with_caron() { 1087 $this->knownWPBug(20503); 1088 $input = "Žž"; 1089 $output = "Žž"; 1090 $this->assertEquals( $output, convert_chars( $input ) ); 1091 } 1092 1086 1093 function test_converts_html_br_and_hr_to_the_xhtml_self_closing_variety() { 1087 1094 $inputs = array(
Note: See TracChangeset
for help on using the changeset viewer.