mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
Add test for title of root page in item-title.rs
This commit is contained in:
parent
05121a22e6
commit
3ddafb2d7c
@ -1,3 +0,0 @@
|
|||||||
#![crate_name = "foo"]
|
|
||||||
|
|
||||||
// @has foo/index.html '//head/title' 'foo - Rust'
|
|
@ -1,6 +1,8 @@
|
|||||||
#![crate_name = "foo"]
|
#![crate_name = "foo"]
|
||||||
#![feature(doc_keyword)]
|
#![feature(doc_keyword)]
|
||||||
|
|
||||||
|
// @has foo/index.html '//head/title' 'foo - Rust'
|
||||||
|
|
||||||
// @has foo/fn.widget_count.html '//head/title' 'widget_count in foo - Rust'
|
// @has foo/fn.widget_count.html '//head/title' 'widget_count in foo - Rust'
|
||||||
/// blah
|
/// blah
|
||||||
pub fn widget_count() {}
|
pub fn widget_count() {}
|
Loading…
Reference in New Issue
Block a user