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

Block recognition breaks by } in comment #13

Open
frankmusolf opened this issue Apr 24, 2015 · 2 comments
Open

Block recognition breaks by } in comment #13

frankmusolf opened this issue Apr 24, 2015 · 2 comments

Comments

@frankmusolf
Copy link

Sign for new Block is empty line.
But no new block is recognize if } is included in comment after empty line.

This is shown as one block:

    // comment 1
    System.out.print(1);

    // comment 2 }
    System.out.print(2);

Regards
Frank

@paulvi
Copy link
Member

paulvi commented Apr 24, 2015

13

No bug with my test.

PS OK, I got it it is about 2 blocks shown as 1.

13

Help wanted.

@frankmusolf
Copy link
Author

Yes - 2 blocks are expected and only 1 block is shown.

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

2 participants