PowerShell/test/powershell/Language
Ilya 0ad9fc9d70
[breaking-change] Fix range operator (#5732)
Breaking-change:  "0".."9" returns [char] previously in PowerShell Core (6.0.0, 6.0.1), now it returns [int]. After the change, the behavior is the same as in Windows PowerShell.
2018-02-11 14:22:45 +04:00
..
Classes Add a test for IValidateSetValuesGenerator in a module (#5830) 2018-01-10 13:02:33 +04:00
Interop/DotNet Fix GetType() bad pattern and related issues in tests (#3134) 2017-02-15 16:40:51 -08:00
Operators [breaking-change] Fix range operator (#5732) 2018-02-11 14:22:45 +04:00
Parser Enable conversions from PSMethod to Delegate (#5287) 2017-12-01 18:40:35 -08:00
Scripting Make minor fixes in Compiler to properly handle void type expression (#5764) 2018-01-02 09:25:29 -08:00
CompletionTestSupport.psm1 Autocorrected CRLF to LF (#4943) 2017-09-29 16:28:15 -07:00