2017-05-06 08:08:41 -05:00
|
|
|
// @has issue_41783/struct.Foo.html
|
2022-08-11 23:44:07 -05:00
|
|
|
// @!hasraw - 'space'
|
|
|
|
// @!hasraw - 'comment'
|
2022-10-31 15:12:51 -05:00
|
|
|
// @hasraw - '<span class="attr">#[outer]'
|
|
|
|
// @!hasraw - '<span class="attr">#[outer]</span>'
|
2022-08-19 11:16:02 -05:00
|
|
|
// @hasraw - '#![inner]</span>'
|
2022-10-31 15:12:51 -05:00
|
|
|
// @!hasraw - '<span class="attr">#![inner]</span>'
|
2023-01-10 12:35:37 -06:00
|
|
|
// @snapshot 'codeblock' - '//*[@class="toggle top-doc"]/*[@class="docblock"]//pre/code'
|
2017-05-06 08:08:41 -05:00
|
|
|
|
|
|
|
/// ```no_run
|
|
|
|
/// # # space
|
|
|
|
/// # comment
|
|
|
|
/// ## single
|
|
|
|
/// ### double
|
|
|
|
/// #### triple
|
2017-08-28 09:52:49 -05:00
|
|
|
/// ##[outer]
|
|
|
|
/// ##![inner]
|
2017-05-06 08:08:41 -05:00
|
|
|
/// ```
|
|
|
|
pub struct Foo;
|