Move more scrape-examples logic from JS to rust
Fix failing test Add missing backslash Fix padding issue with horizontal scrollbar
This commit is contained in:
parent
bb383edb69
commit
e22e858687
7 changed files with 64 additions and 63 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// @has foobar/b/fn.foo.html '//*[@class="scraped-example"]' 'ex.rs'
|
||||
// @has foobar/c/fn.foo.html '//*[@class="scraped-example"]' 'ex.rs'
|
||||
// @has foobar/b/fn.foo.html '//*[@class="scraped-example expanded"]' 'ex.rs'
|
||||
// @has foobar/c/fn.foo.html '//*[@class="scraped-example expanded"]' 'ex.rs'
|
||||
|
||||
#[path = "a.rs"]
|
||||
pub mod b;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue