Commit d253ca7d authored by catch's avatar catch
Browse files

Issue #3471494 by catch: follow-up commit to remove icon with special...

Issue #3471494 by catch: follow-up commit to remove icon with special characters that are too special for windows filesystems.

(cherry picked from commit 25ac783c)
parent 95350475
Loading
Loading
Loading
Loading
Loading
+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
+0 −8
Original line number Diff line number Diff line
@@ -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}/*'],