File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,5 @@ wait-for: ".scraped-example-title"
4
4
assert-attribute: (".scraped-example-title a", {"href": "../src/bar/bar.rs.html#2"})
5
5
click: ".scraped-example-title a"
6
6
wait-for-property: ("h1", {"innerText": "bar/\nbar.rs"})
7
+ // Ensure that the `--html-after-content` option was correctly handled.
8
+ assert: "#outer-html"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ < span id ="outer-html "> </ span >
Original file line number Diff line number Diff line change 1
1
//@ run-flags:-Zrustdoc-scrape-examples
2
- //@ compile-flags: --html-after-content empty .html
2
+ //@ compile-flags: --html-after-content extra .html
3
3
pub struct ObscurelyNamedType1 ;
4
4
5
5
impl ObscurelyNamedType1 {
You can’t perform that action at this time.
0 commit comments