Skip to content
Prev Previous commit
Next Next commit
Make test verify that blank lines are removed from comments
  • Loading branch information
dansanduleac committed Sep 11, 2019
commit 3af86abaf85d804134c5748925861ab8e730cbd7
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

public class Test {
/**
Docstring.
Docstring that looks like a list:

with blank line.
*/
1. hey
2. there

with blank line.
*/
Void test() {
/*
Normal comment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

public class Test {
/**
Docstring.

with blank line.
*/
Docstring that looks like a list:

1. hey
2. there

with blank line.
*/
Void test() {
/*
Normal comment
Expand Down