Loading core/modules/system/tests/modules/icon_test/icons/name_special_chars/FoO !?1:èç 2 "#3 B*;**a,ù$R|~¹&{[].svgdeleted 100644 → 0 +0 −4 Original line number Diff line number Diff line <svg width="50" height="50" xmlns="http://www.w3.org/2000/svg"> <circle cx="25" cy="25" r="20" stroke="red" stroke-width="6" fill="magenta" /> </svg> No newline at end of file core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php +0 −8 Original line number Diff line number Diff line Loading @@ -399,14 +399,6 @@ public static function providerGetFilesFromSourcesPath(): iterable { ], ]; // Test a path with special characters and spaces. yield 'path special chars filename' => [ ['icons/name_special_chars/*'], [ ['FoO !?1:èç 2 "#3 B*;**a,ù$R|~¹&{[]', 'icons/name_special_chars/FoO !?1:èç 2 "#3 B*;**a,ù$R|~¹&{[].svg'], ], ]; // Start tests for the {group} placeholder. yield 'path with {group} extracted' => [ ['icons/group/{group}/*'], Loading Loading
core/modules/system/tests/modules/icon_test/icons/name_special_chars/FoO !?1:èç 2 "#3 B*;**a,ù$R|~¹&{[].svgdeleted 100644 → 0 +0 −4 Original line number Diff line number Diff line <svg width="50" height="50" xmlns="http://www.w3.org/2000/svg"> <circle cx="25" cy="25" r="20" stroke="red" stroke-width="6" fill="magenta" /> </svg> No newline at end of file
core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php +0 −8 Original line number Diff line number Diff line Loading @@ -399,14 +399,6 @@ public static function providerGetFilesFromSourcesPath(): iterable { ], ]; // Test a path with special characters and spaces. yield 'path special chars filename' => [ ['icons/name_special_chars/*'], [ ['FoO !?1:èç 2 "#3 B*;**a,ù$R|~¹&{[]', 'icons/name_special_chars/FoO !?1:èç 2 "#3 B*;**a,ù$R|~¹&{[].svg'], ], ]; // Start tests for the {group} placeholder. yield 'path with {group} extracted' => [ ['icons/group/{group}/*'], Loading