-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Empty command check false positives #616
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
Labels
Comments
The relation to #568 is through the newline that follows the comment in the
|
The XFail test is XPASSing: #623. |
danielshahaf
added a commit
that referenced
this issue
Jul 7, 2019
The test point is XPASSing, which makes CI red. As a duct tape measure to turn CI green again, update the test expectations to make it XFAIL. The hacky part is that the expectation set by this commit will never be met; the test point will never XPASS now until its expectations are changed again. Issue #623 remains open to track setting the test expectation to the correct value (i.e., make the test XFAIL in a manner that _will_ XPASS if the bug is fixed; in other words, pay off the technical debt created by this commit). Issue #616 remains open to fix the actual bug.
danielshahaf
added a commit
that referenced
this issue
Jul 21, 2019
danielshahaf
added a commit
that referenced
this issue
Mar 15, 2020
See #677 (comment) for details. (In particular, there's already another test that calls itself #616.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code that highlights the second
;
infoo; ; bar
as an error also fires for:;
followed by newline. Found by @phy1729.The text was updated successfully, but these errors were encountered: