Changeset 53562 for trunk/tests/phpunit/tests/formatting/cleanPre.php
- Timestamp:
- 06/23/2022 08:27:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/cleanPre.php
r52010 r53562 7 7 * @group formatting 8 8 * @expectedDeprecated clean_pre 9 * 10 * @covers ::clean_pre 9 11 */ 10 12 class Tests_Formatting_CleanPre extends WP_UnitTestCase { … … 23 25 } 24 26 25 // I don't think this can ever happen in production; 26 // <br> is changed to <br /> elsewhere. Left in because 27 // that replacement shouldn't happen (what if you want 28 // HTML 4 output?). 27 28 /** 29 * I don't think this can ever happen in production; 30 * <br> is changed to <br /> elsewhere. Left in because 31 * that replacement shouldn't happen (what if you want 32 * HTML 4 output?). 33 */ 29 34 public function test_removes_html_br() { 30 35 $source = 'a b c\n<br>sldfj<br>';
Note: See TracChangeset
for help on using the changeset viewer.