Add test for title of root page in item-title.rs
This commit is contained in:
parent
05121a22e6
commit
3ddafb2d7c
2 changed files with 2 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
#![crate_name = "foo"]
|
||||
|
||||
// @has foo/index.html '//head/title' 'foo - Rust'
|
|
@ -1,6 +1,8 @@
|
|||
#![crate_name = "foo"]
|
||||
#![feature(doc_keyword)]
|
||||
|
||||
// @has foo/index.html '//head/title' 'foo - Rust'
|
||||
|
||||
// @has foo/fn.widget_count.html '//head/title' 'widget_count in foo - Rust'
|
||||
/// blah
|
||||
pub fn widget_count() {}
|
Loading…
Add table
Add a link
Reference in a new issue