PowerShell/test/powershell/Language
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
..
Classes Autocorrected CRLF to LF (#4943) 2017-09-29 16:28:15 -07:00
Interop/DotNet Fix GetType() bad pattern and related issues in tests (#3134) 2017-02-15 16:40:51 -08:00
Operators Fix tests that incorrectly use ShouldBeErrorId (#4793) 2017-09-18 09:24:55 -07:00
Parser Autocorrected CRLF to LF (#4943) 2017-09-29 16:28:15 -07:00
Scripting Properly escape trailing backslash so that it doesn't end up escaping the quotes (#4965) 2017-10-11 18:01:09 +04:00
CompletionTestSupport.psm1 Autocorrected CRLF to LF (#4943) 2017-09-29 16:28:15 -07:00