summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/strip-block-doc-comments-stars.rs
blob: ea28d84f1ffdfe63fd0b41bad05a8c29205c822e (plain)
1
2
3
4
5
6
7
8
9
10
11
#![crate_name = "foo"]

// The goal of this test is to ensure that it won't be generated as a list because
// block doc comments can have their lines starting with a star.

// @has foo/fn.foo.html
// @snapshot docblock - '//*[@class="rustdoc-toggle top-doc"]//*[@class="docblock"]'
/**
 *     a
 */
pub fn foo() {}