dotnet / arcade

Tools that provide common build infrastructure for multiple .NET Foundation projects.
MIT License
662 stars 336 forks source link

Test the argument parsing scripts against special characters #2497

Open cshung opened 5 years ago

cshung commented 5 years ago

With @jorive help, we found this page with a good repository of special characters https://www.robvanderwoude.com/escapechars.php

It would be nice to test our scripts against these special characters.

ViktorHofer commented 5 years ago

Also test with spaces in a path.

markwilkie commented 5 years ago

Moving to beyond P7