Closed anfazio closed 3 years ago
fix: Do not sanitize backslash on Windows
sanitizeCommandLineParameter no longer removes backslash \ on Windows.
sanitizeCommandLineParameter
\
On Windows machines, we should not be removing backslash when sanitizing command-line inputs because backslash is a valid path separator on Windows.
Built on Windows, ran unit tests, simulated skill
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Title
fix: Do not sanitize backslash on Windows
Description
sanitizeCommandLineParameter
no longer removes backslash\
on Windows.Motivation and Context
On Windows machines, we should not be removing backslash when sanitizing command-line inputs because backslash is a valid path separator on Windows.
Testing
Built on Windows, ran unit tests, simulated skill
Types of changes
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.