PowerShell/test/powershell/Host
Charu Bassi 821c965aee Fix type completion w/ type aliases (accelerators) (#2533)
Type completion would behave strangely when there were multiple aliases for a given type (currently only possible with type accelerators).

The fix is to only select the accelerator that matches what the user typed.

Closes #2295
2016-12-21 15:33:05 -08:00
..
assets
TabCompletion Fix type completion w/ type aliases (accelerators) (#2533) 2016-12-21 15:33:05 -08:00
Base-Directory.Tests.ps1 Address review comments in test code 2016-08-12 11:01:46 -07:00
ConsoleHost.Tests.ps1 Re-shuffle minishell tests 2016-11-15 14:49:39 -08:00
HostUtilities.Tests.ps1 Replace 'git rev-parse' with path relative to '$PSScriptRoot' in powershell tests 2016-10-28 16:51:44 -07:00
PSVersionTable.Tests.ps1 Revert "Merge pull request #1458 from PowerShell/psedition_rename" 2016-08-03 15:53:31 -07:00
Read-Host.Tests.ps1