PowerShell/test/powershell/Language
Aditya Patwardhan 2dbb5717ce Make null member access tests as string to avoid parsing errors (#11385)
* Make null member access tests as string to avoid parsing errors

* Add PSNullConditionalOperators feature to testmetadata.json

* Add Parsing tests to be skipped

* Add tabcompletion tests
2019-12-21 00:14:07 +00:00
..
Classes Allow methods to be named after keywords (#9812) 2019-06-25 11:04:00 -07: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 Make null member access tests as string to avoid parsing errors (#11385) 2019-12-21 00:14:07 +00:00
Parser Make null member access tests as string to avoid parsing errors (#11385) 2019-12-21 00:14:07 +00:00
Scripting Support multi-line code blocks in examples (#10776) 2019-11-15 17:24:16 -08:00
CompletionTestSupport.psm1