Extend rustdoc hashtag prepended line test
This commit is contained in:
parent
f34356eace
commit
6e583ffbd9
@ -343,6 +343,14 @@ fn test_ascii_with_prepending_hashtag() {
|
|||||||
#..#.#....#....#....#..#.
|
#..#.#....#....#....#..#.
|
||||||
#..#.#....#....#....#..#.
|
#..#.#....#....#....#..#.
|
||||||
#..#.####.####.####..##..
|
#..#.####.####.####..##..
|
||||||
|
</code></pre></div>",
|
||||||
|
);
|
||||||
|
t(
|
||||||
|
r#"```markdown
|
||||||
|
# hello
|
||||||
|
```"#,
|
||||||
|
"<div class=\"example-wrap\"><pre class=\"language-markdown\"><code>\
|
||||||
|
# hello
|
||||||
</code></pre></div>",
|
</code></pre></div>",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user