Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
11
tests/rustdoc/index-page.rs
Normal file
11
tests/rustdoc/index-page.rs
Normal file
|
@ -0,0 +1,11 @@
|
|||
// aux-build:all-item-types.rs
|
||||
// build-aux-docs
|
||||
// compile-flags: -Z unstable-options --enable-index-page
|
||||
|
||||
#![crate_name = "foo"]
|
||||
|
||||
// @has foo/../index.html
|
||||
// @has - '//h1[@class="fqn"]' 'List of all crates'
|
||||
// @has - '//ul[@class="all-items"]//a[@href="foo/index.html"]' 'foo'
|
||||
// @has - '//ul[@class="all-items"]//a[@href="all_item_types/index.html"]' 'all_item_types'
|
||||
pub struct Foo;
|
Loading…
Add table
Add a link
Reference in a new issue