Changeset 47122 for trunk/tests/phpunit/tests/formatting/LikeEscape.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/LikeEscape.php
r46586 r47122 12 12 13 13 $inputs = array( 14 'howdy%', //Single Percent15 'howdy_', //Single Underscore16 'howdy\\', //Single slash17 'howdy\\howdy%howdy_', // The works14 'howdy%', // Single percent. 15 'howdy_', // Single underscore. 16 'howdy\\', // Single slash. 17 'howdy\\howdy%howdy_', // The works. 18 18 ); 19 19 $expected = array(
Note: See TracChangeset
for help on using the changeset viewer.