]> git.lizzy.rs Git - rust.git/blob - tests/run-make/rustdoc-scrape-examples-multiple/src/lib.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / run-make / rustdoc-scrape-examples-multiple / src / lib.rs
1 // @has foobar/fn.ok.html '//*[@class="docblock scraped-example-list"]//*[@class="prev"]' ''
2 // @has foobar/fn.ok.html '//*[@class="more-scraped-examples"]' ''
3 // @has src/ex/ex.rs.html
4 // @has foobar/fn.ok.html '//a[@href="../src/ex/ex.rs.html#2"]' ''
5
6 pub fn ok() {}