Skip to content

Commit 3ddafb2

Browse files
committed
Add test for title of root page in item-title.rs
1 parent 05121a2 commit 3ddafb2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/test/rustdoc/crate-title.rs

-3
This file was deleted.

src/test/rustdoc/item-title.rs renamed to src/test/rustdoc/title.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#![crate_name = "foo"]
22
#![feature(doc_keyword)]
33

4+
// @has foo/index.html '//head/title' 'foo - Rust'
5+
46
// @has foo/fn.widget_count.html '//head/title' 'widget_count in foo - Rust'
57
/// blah
68
pub fn widget_count() {}

0 commit comments

Comments
 (0)