| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good. But are you going to make similar changes to the NullConditionalOperator tests in Parser.Tests.ps1 and the tabcompletion test file?
Sorry, something went wrong.
|
Dongbo Wang (@daxian-dbw) - Added Parsing tests in the PR. |
Sorry, something went wrong.
|
PoshChan-Bot (@PoshChan) please retry linux |
Sorry, something went wrong.
|
Aditya Patwardhan (@adityapatwardhan), successfully started retry of PowerShell-CI-Linux |
Sorry, something went wrong.
|
Hello Aditya Patwardhan (@adityapatwardhan)! Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass. p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here. |
Sorry, something went wrong.
* 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
|
🎉v7.0.0-rc.2 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
…rShell#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
| Back | FazBrowse Home | New Git URL |
PR Summary
Fixes #11354
PSNullConditionalOperators feature is disabled by default. Hence it causes parsing error when tests are run. This PR converts the tests into here strings and executes them if the feature is enabled.
PR Context
PR Checklist