Skip to content
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

Doesn't show mismatched bracket #76

Open
arteen1000 opened this issue May 28, 2023 · 0 comments
Open

Doesn't show mismatched bracket #76

arteen1000 opened this issue May 28, 2023 · 0 comments

Comments

@arteen1000
Copy link

Here is example code:

#include <stdio.h>

int main () {
  int i = 0;
  for (int j = 0 ; j < 5 ; j++)
	{
	for (; i < 5; i++)
	  {
	  }
	
	return 0;
}

In this case, it will not show any mismatched or missing brackets. I am finding this is generally the case when the bracket that is missing is one of the closing brackets, and not the opening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant