Move almost all run-make-fulldeps to run-make
They pass fine.
This commit is contained in:
12
tests/run-make/rustdoc-scrape-examples-macros/src/lib.rs
Normal file
12
tests/run-make/rustdoc-scrape-examples-macros/src/lib.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
// Scraped example should only include line numbers for items b and c in ex.rs
|
||||
// @!has foobar/fn.f.html '//*[@class="src-line-numbers"]' '14'
|
||||
// @has foobar/fn.f.html '//*[@class="src-line-numbers"]' '15'
|
||||
// @has foobar/fn.f.html '//*[@class="src-line-numbers"]' '21'
|
||||
// @!has foobar/fn.f.html '//*[@class="src-line-numbers"]' '22'
|
||||
|
||||
pub fn f() {}
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! a_rules_macro {
|
||||
($e:expr) => { ($e, foobar::f()); }
|
||||
}
|
||||
Reference in New Issue
Block a user