PowerShell/test/powershell/Language/Scripting/NativeExecution
Steve Lee 59311d03e1 Properly escape trailing backslash so that it doesn't end up escaping the quotes (#4965)
The native command receives the arg ".\test 1" as  .\test 1"  as the last  \"  is treated as escaping the quotes. Fix is to add an extra backslash to escape the last enclosing quote.
2017-10-11 18:01:09 +04:00
..
NativeCommandArguments.Tests.ps1 Properly escape trailing backslash so that it doesn't end up escaping the quotes (#4965) 2017-10-11 18:01:09 +04:00
NativeCommandProcessor.Tests.ps1 Add a generic file watcher function in HelpersCommon.psm1 (#4775) 2017-09-12 13:05:47 -07:00
NativeLinuxCommands.Tests.ps1 Change native execution tests to use df instead of stty (#3685) 2017-05-02 18:45:35 -07:00
NativeStreams.Tests.ps1 Autocorrected CRLF to LF (#4943) 2017-09-29 16:28:15 -07:00
NativeUnixGlobbing.Tests.ps1 Adding support for native command globbing on UNIX (#3643) 2017-05-01 12:23:36 -07:00