-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed false negative report when variable holds empty result #630
Conversation
Unit testing passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a test to non-existent var
Sure. |
Unit testing passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a test to non-existent var
Unit testing passed. |
…inc#630) * Fixed false negative report when variable holds empty result * Address @laura-ding's comment
…inc#630) * Fixed false negative report when variable holds empty result * Address @laura-ding's comment
* Fix crash of null path expression. * Add test case. Co-authored-by: jakevin <30525741+jackwener@users.noreply.github.com> Co-authored-by: shylock <33566796+Shylock-Hg@users.noreply.github.com> Co-authored-by: jakevin <30525741+jackwener@users.noreply.github.com>
As title.