Ticket #10041: miqro-10041-part3.patch
File miqro-10041-part3.patch, 473 bytes (added by , 11 years ago) |
---|
-
tests/phpunit/tests/formatting/LikeEscape.php
19 19 $expected = array( 20 20 "howdy\\%", 21 21 'howdy\\_', 22 'howdy\\ \\',23 'howdy\\ \\howdy\\%howdy\\_'22 'howdy\\', 23 'howdy\\howdy\\%howdy\\_' 24 24 ); 25 25 26 26 foreach ($inputs as $key => $input) {