PowerShell/test/powershell/Modules
Joel Sallow (/u/ta11ow) b71d983306 Format-Hex - Fix Grouping Behaviour with Boolean values (#11587)
* Resolve issue with grouping bools & ints

We were not flushing the input buffer immediately when a different
type is encountered.
This caused some odd behaviour when piping in a mix of bools and ints.
Fix is to immediately flush the input buffer when the incoming object is
a different type than anything we have buffered.
2020-01-24 09:52:21 +05:00
..
CimCmdlets Support the pipeline chain operators && and || in PowerShell language (#9849) 2019-10-17 14:43:46 -07:00
Microsoft.PowerShell.Core Correct casing for automatic variables (#11568) 2020-01-14 21:39:30 +05:00
Microsoft.PowerShell.Diagnostics Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
Microsoft.Powershell.Host Correct case of $IsWindows special variable 2020-01-13 19:27:21 +00:00
Microsoft.PowerShell.LocalAccounts Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
Microsoft.PowerShell.Management Make Test-Connection always use the default synchronization context for sending ping requests (#11517) 2020-01-22 08:19:06 +05:00
Microsoft.PowerShell.Security Correct case of $PSHOME special variable 2020-01-13 19:35:33 +00:00
Microsoft.PowerShell.Utility Format-Hex - Fix Grouping Behaviour with Boolean values (#11587) 2020-01-24 09:52:21 +05:00
Microsoft.WSMan.Management Test fixes for various platforms (#11579) 2020-01-14 10:57:13 -08:00
PackageManagement Use https in URLs where available (#8622) 2019-01-24 12:50:11 -08:00
PowerShellGet Added RequireSudoOnUnix tags to PowerShellGet tests and unmark as pending (#8954) 2019-03-05 11:55:20 -08:00
PSDesiredStateConfiguration Update pester syntax to v4 (#11544) 2020-01-11 20:41:59 +05:00
PSDiagnostics Adding tests for PSDiagnostics Module (#8431) 2019-01-16 14:59:35 -08:00
PSReadLine Update tests to account for when $PSHOME is readonly (#9279) 2019-04-04 23:01:01 -07:00
ThreadJob Remove BOM, insert newline at EOF 2020-01-13 18:36:47 +00:00