PowerShell/test/powershell/Language
Dongbo Wang c684902fba Use the original precision (prior-dotnet-core-3) for double/fload-to-string conversion (#9893)
.NET Core changes to return "shortest roundtrippable string" by default for the ToString() method of double and float types. This results in ToString() for double/float values sometimes return a string in 17-digit/9-digit precision format. This PR updated the double/float-to-string conversion in PowerShell to continue using the old precision specifier before the change in .NET Core 3.0.
2019-06-19 08:56:43 +05:00
..
Classes Flatten interface hierarchy when generating properties that implement interface properties (#8382) 2019-02-19 15:02:34 -08:00
Interop/DotNet Use the original precision (prior-dotnet-core-3) for double/fload-to-string conversion (#9893) 2019-06-19 08:56:43 +05:00
Operators Support negative numbers in -split operator (#8960) 2019-06-03 16:33:54 -07:00
Parser Use the original precision (prior-dotnet-core-3) for double/fload-to-string conversion (#9893) 2019-06-19 08:56:43 +05:00
Scripting Add module to support Pester tests for automating debugger commands (stepInto, stepOut, etc.), along with basic tests (#9825) 2019-06-13 07:19:13 -07:00
CompletionTestSupport.psm1 Use new Pester syntax: -Parameter for Pester tests in Language. (#6304) 2018-03-21 10:47:08 -07:00