PowerShell/test/powershell/Language/Scripting
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
..
Debugging Autocorrected CRLF to LF (#4943) 2017-09-29 16:28:15 -07:00
en-US Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
fr-FR Add Tests for parsing, international, and script help. 2016-08-26 14:49:44 -07:00
NativeExecution Properly escape trailing backslash so that it doesn't end up escaping the quotes (#4965) 2017-10-11 18:01:09 +04:00
newbase Add Tests for parsing, international, and script help. 2016-08-26 14:49:44 -07:00
ActionPreference.Tests.ps1 PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Array.Tests.ps1 Fix array expression to not return null or throw error (#4296) 2017-07-24 21:52:30 -07:00
CheckRestrictedlanguage.Tests.ps1 PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
CmdletDeclaration.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
CommonParameters.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
ConstrainedLanguageMode.Tests.ps1 Move powershell to .NET Core 2.0 (#3556) 2017-04-17 11:52:38 -07:00
Delegates.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
DeserializedMethods.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
DeserializedTypeConversion.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Dynamicparameters.Tests.ps1 PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
ForeachParallel.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Generics.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
HashtableToPSCustomObjectConversion.Tests.ps1 Autocorrected CRLF to LF (#4943) 2017-09-29 16:28:15 -07:00
I18n.Tests.ps1 Fix GetType() bad pattern and related issues in tests (#3134) 2017-02-15 16:40:51 -08:00
I18n.Tests_fallback.psd1 Add Tests for parsing, international, and script help. 2016-08-26 14:49:44 -07:00
Indexer.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
LineEndings.Tests.ps1 Autocorrected CRLF to LF (#4943) 2017-09-29 16:28:15 -07:00
MyInvocation.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
OrderedAttributeForHashTables.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
OutErrorVariable.Tests.ps1 Removed double spaces from .cs and .ps1 files (#4743) 2017-09-04 19:45:51 -07:00
ParameterBinding.Tests.ps1 PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Requires.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
ScriptHelp.Tests.ps1 PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
ScriptHelp.Tests.xml Add Tests for parsing, international, and script help. 2016-08-26 14:49:44 -07:00
TestsOnWinFullOnly.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Trap.Tests.ps1 Fix try/catch to choose the more specific exception handler (#2429) 2016-12-09 12:37:08 -08:00
TryCatch.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00