Skip to content

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

Closed
danielshahaf opened this issue Jun 16, 2019 · 2 comments
Closed

Empty command check false positives #616

danielshahaf opened this issue Jun 16, 2019 · 2 comments

Comments

@danielshahaf
Copy link
Member

The code that highlights the second ; in foo; ; bar as an error also fires for :; followed by newline. Found by @phy1729.

@danielshahaf
Copy link
Member Author

The relation to #568 is through the newline that follows the comment in the alias-comment1 test file:

@danielshahaf
Copy link
Member Author

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 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
Projects
None yet
Development

No branches or pull requests

1 participant