<!-- If it is a bug report: - make sure you are able to repro it on the latest released version. You can install the latest version from https://github.com/PowerShell/PowerShell/releases - Search the existing issues. - Refer to the [FAQ](../docs/FAQ.md). - Refer to the [known issues](../docs/KNOWNISSUES.md). - Fill out the following repro template If it's not a bug, please remove the template and elaborate the issue in your own words. --> ## Steps to reproduce 1. write a C program `native.exe` which acquires ARGV 2. Run ``native.exe "`"a`""`` ## Expected behavior ARGV[1] == `"a"` ## Actual behavior ARGV[1] == `a` ## Environment data Windows 10 x64 ``` Name Value ---- ----- PSVersion 5.1.14393.0 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.14393.0 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 ```
Steps to reproduce
native.exewhich acquires ARGVnative.exe "`"a`""Expected behavior
ARGV[1] ==
"a"Actual behavior
ARGV[1] ==
aEnvironment data
Windows 10 x64