The path separator on Windows is \ and the path separator on Linux, android, macOS is /. Permit both sets of path separators.
\
/
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.
CC: @jrose-apple
@swift-ci please test
I don't think this is safe! What if a pattern uses a / inside a character class?
Login to write a write a comment.
Login via GitHub
The path separator on Windows is
\
and the path separator on Linux,android, macOS is
/
. Permit both sets of path separators.Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.