PowerShell/test/powershell/engine
Ilya aefb82a308
Correct casing for automatic variables (#11568)
* Remove BOM, insert newline at EOF

* Correct case of $MyInvocation special variable

* Correct case of $OFS special variable

* Correct case of $NestedPromptLevel special variable

* Correct case of $Matches special variable

* Correct case of $LASTEXITCODE special variable

* Correct case of $StackTrace special variable

* Correct case of $args special variable

* Correct case of $this special variable

* Correct case of $input special variable

* Correct case of $PSCmdlet special variable

* Correct case of $error special variable

* Correct case of $PSDefaultParameterValues special variable

* Correct case of $PSScriptRoot special variable

* Correct case of $PWD special variable

* Correct case of $null special variable

* Correct case of $true special variable

* Correct case of $false special variable

* Correct case of $PSModuleAutoLoadingPreference special variable

* Correct case of $IsLinux special variable

* Correct case of $IsMacOS special variable

* Correct case of $IsWindows special variable

* Correct case of $IsCoreCLR special variable

* Correct case of $DebugPreference special variable

* Correct case of $VerbosePreference special variable

* Correct case of $InformationPreference special variable

* Correct case of $ExecutionContext special variable

* Correct case of $HOME special variable

* Correct case of $Host special variable

* Correct case of $PID special variable

* Correct case of $PSCulture special variable

* Correct case of $PSHOME special variable

* Correct case of $PSUICulture special variable

* Correct case of $PSVersionTable special variable

* Fix false positives
2020-01-14 21:39:30 +05:00
..
Api Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
Basic Correct case of $IsCoreCLR special variable 2020-01-13 19:27:48 +00:00
Cdxml Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
COM Correct case of $PSDefaultParameterValues special variable 2020-01-13 19:21:25 +00:00
ETS Fix test failing when UnixStat feature is disabled (#11370) 2019-12-20 15:32:50 -08:00
ExperimentalFeature Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
Formatting Correct pwsh run (#11486) 2020-01-05 12:17:41 +05:00
Help Correct case of $PSHOME special variable 2020-01-13 19:35:33 +00:00
Job Correct case of $PWD special variable 2020-01-13 19:24:10 +00:00
Module Correct casing for automatic variables (#11568) 2020-01-14 21:39:30 +05:00
ParameterBinding Fix false positives 2020-01-13 19:39:58 +00:00
Remoting Correct case of $IsWindows special variable 2020-01-13 19:27:21 +00:00
ResourceValidation Correct case of $PSScriptRoot special variable 2020-01-13 19:21:53 +00:00
Security Remove BOM, insert newline at EOF 2020-01-13 18:36:47 +00:00