PowerShell/test/powershell/Host
Jason Shirk (POWERSHELL) 1913244fad Fix powershell -Command - handling of backspace
PowerShell can be started with input redirected in different scenarios.

`powershell -Command -` is one scenario where commands are sent to
PowerShell, but this is not a interactive shell scenario, it's really
a server to run commands from some other process.

`powershell -File -` or just regular redirected input means PowerShell
is an interactive shell, but command line editing must be done via
the redirected standard input handle instead of interacting directly
with a console handle.

In this scenario, we want to provide a good editing experience. Today,
we provide the bare minimum, supporting backspace but no cursor movement.

The bug here is that backspace was treated as a backspace in the server mode
but should not have been.
2016-09-21 15:01:33 -07:00
..
assets Bump expect timeout for slow CI systems 2016-07-08 14:28:49 -07:00
TabCompletion changes tags for tests 2016-07-27 12:06:51 -07:00
Base-Directory.Tests.ps1 Address review comments in test code 2016-08-12 11:01:46 -07:00
ConsoleHost.Tests.ps1 Fix powershell -Command - handling of backspace 2016-09-21 15:01:33 -07:00
HostUtilities.Tests.ps1 Fix for Linux remote script debugging hang (#2213) 2016-09-13 11:31:48 -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 all tests are now marked with proper tag 2016-07-27 12:06:51 -07:00