Skip to content

Commit adfc8b5

Browse files
committed
implemented test for all_valid_leading_comments
1 parent 6199f1e commit adfc8b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/comments.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,6 @@ CREATE TABLE posts (
881881
assert_eq!(leading[0].text(), "a");
882882
assert_eq!(leading[1].text(), "b");
883883

884-
// Also confirm the spans align to those lines.
885884
assert_eq!(leading[0].span().start().line(), 3);
886885
assert_eq!(leading[1].span().end().line(), 4);
887886
}

0 commit comments

Comments
 (0)