Skip to content

Commit a4cfb55

Browse files
committed
add more test cases
1 parent 18ba333 commit a4cfb55

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

tests/source/issue-6660.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
// rustfmt-wrap_comments: true
22

3+
// >>text
4+
// >> text
5+
// > >text
6+
// > > text
7+
// ? ? text
38
// > >= >> >>= >>> >>>=
9+
// > > = >> >>= >>> >>>=
410
fn block_quote() {}

tests/target/issue-6660.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
// rustfmt-wrap_comments: true
22

3+
// >>text
4+
// >> text
5+
// > >text
6+
// > > text
7+
// ? ? text
38
// > >= >> >>= >>> >>>=
9+
// > > = >> >>= >>> >>>=
410
fn block_quote() {}

0 commit comments

Comments
 (0)