PowerShell/test/powershell/Host
Steve Lee e64e68bcdc Allow passing $true/$false as parameter to script using -File (#4178)
Using powershell.exe to execute a PowerShell script using -File currently provides no way to pass $true/$false as parameter values. Current behavior is that -File accumulates passed parameters as strings only.

Fix is to special case this based on discussion with PS-Committee to support $true/$false as parsed values to parameters. Switch values is also supported as currently documented syntax doesn't work.
2017-08-01 14:41:31 -07:00
..
assets Need explicit -command to execute command in Read-Host output test (#4103) 2017-06-28 10:13:37 -07:00
TabCompletion Due to the use of unsupported APIs, we must remove the Counter CmdLets in the Diagnostics Module until a better solution is found. (#4303) 2017-07-19 17:20:01 -07:00
Base-Directory.Tests.ps1
ConsoleHost.Tests.ps1 Allow passing $true/$false as parameter to script using -File (#4178) 2017-08-01 14:41:31 -07:00
HostUtilities.Tests.ps1
PSVersionTable.Tests.ps1
Read-Host.Tests.ps1