summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5157/nested_itemized_markdown_blockquote.rs
blob: 079510442b7992ad183b9edaa458f8c4f7b77f97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// rustfmt-wrap_comments: true

/// > For each sample received, the middleware internally maintains a
/// > sample_state relative to each DataReader. The sample_state can either be
/// > READ or NOT_READ.
///
/// > > For each sample received, the middleware internally maintains a
/// > > sample_state relative to each DataReader. The sample_state can either be
/// > > READ or NOT_READ.
///
/// > > > For each sample received, the middleware internally maintains a
/// > > > sample_state relative to each DataReader. The sample_state can either
/// > > > be READ or NOT_READ.
///
/// > > > > > > > > For each sample received, the middleware internally
/// > > > > > > > > maintains a sample_state relative to each DataReader. The
/// > > > > > > > > sample_state can either be READ or NOT_READ.
fn block_quote() {}