- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/SanitizeTextField.php
r46612 r47122 8 8 return array( 9 9 array( 10 'оРангутанг', // Ensure UTF8 text is safe the Р is D0 A0 and A0 is the non-breaking space.10 'оРангутанг', // Ensure UTF-8 text is safe. The Р is D0 A0 and A0 is the non-breaking space. 11 11 'оРангутанг', 12 12 ), 13 13 array( 14 'САПР', //Ensure UTF8 text is safethe Р is D0 A0 and A0 is the non-breaking space.14 'САПР', // Ensure UTF-8 text is safe. the Р is D0 A0 and A0 is the non-breaking space. 15 15 'САПР', 16 16 ), … … 83 83 ), 84 84 array( 85 '%AB%BC%DE', // Just octets86 '', //Emtpy as we strip all the octets out85 '%AB%BC%DE', // Just octets. 86 '', // Emtpy as we strip all the octets out. 87 87 ), 88 88 array(
Note: See TracChangeset
for help on using the changeset viewer.