alexa-games / skill-flow-builder

Development suite that helps you create narrative-driven Alexa skills, including a GUI editor and CLI
Other
69 stars 17 forks source link

fix: Do not sanitize backslash on Windows #46

Closed anfazio closed 3 years ago

anfazio commented 3 years ago

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.