- Timestamp:
- 07/01/2025 03:38:44 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/sanitizeFileName.php
r55209 r60399 36 36 * 37 37 * @ticket 16330 38 * @ticket 62995 38 39 */ 39 40 public function test_replaces_spaces() { 40 41 $urls = array( 41 'unencoded space.png' => 'unencoded-space.png', 42 'encoded-space.jpg' => 'encoded-space.jpg', 43 'plus+space.jpg' => 'plusspace.jpg', 44 'multi %20 +space.png' => 'multi-20-space.png', 42 'unencoded space.png' => 'unencoded-space.png', 43 'encoded-space.jpg' => 'encoded-space.jpg', 44 'plus+space.jpg' => 'plusspace.jpg', 45 'multi %20 +space.png' => 'multi-20-space.png', 46 "Screenshot 2025-02-19 at 2.17.33\u{202F}PM.png" => 'Screenshot-2025-02-19-at-2.17.33-PM.png', 47 "Filename with non-breaking\u{00A0}space.txt" => 'Filename-with-non-breaking-space.txt', 48 "Filename with thin\u{2009}space.txt" => 'Filename-with-thin-space.txt', 45 49 ); 46 50
Note: See TracChangeset
for help on using the changeset viewer.