- Timestamp:
- 04/12/2024 05:45:23 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/sanitizeTextField.php
r57368 r57987 104 104 array( 105 105 '%AB%BC%DE', // Just octets. 106 '', // Em tpy as we strip all the octets out.106 '', // Empty as we strip all the octets out. 107 107 ), 108 108 array( 109 'Invalid octe cts remain %II',110 'Invalid octe cts remain %II',109 'Invalid octets remain %II', 110 'Invalid octets remain %II', 111 111 ), 112 112 array( 113 'Nested octe cts %%%ABABAB %A%A%ABBB',114 'Nested octe cts',113 'Nested octets %%%ABABAB %A%A%ABBB', 114 'Nested octets', 115 115 ), 116 116 array(
Note: See TracChangeset
for help on using the changeset viewer.