about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_local
diff options
context:
space:
mode:
authorQuietMisdreavus <grey@quietmisdreavus.net>2017-09-25 12:50:27 -0500
committerQuietMisdreavus <grey@quietmisdreavus.net>2017-09-30 13:28:09 -0500
commit5b59c4db673d05ee71252d0d7579f325f3b726f8 (patch)
treed31c9ae6a6e476d25880bffaef49b98a5bf30e15 /src/test/rustdoc/inline_local
parentdcb4378e18571fa01e20ef63820d960f1c2cc865 (diff)
downloadrust-5b59c4db673d05ee71252d0d7579f325f3b726f8.tar.gz
rust-5b59c4db673d05ee71252d0d7579f325f3b726f8.zip
let htmldocck.py check for directories
Diffstat (limited to 'src/test/rustdoc/inline_local')
-rw-r--r--src/test/rustdoc/inline_local/glob-private.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/rustdoc/inline_local/glob-private.rs b/src/test/rustdoc/inline_local/glob-private.rs
index b5e256dfdce..ecc754f012e 100644
--- a/src/test/rustdoc/inline_local/glob-private.rs
+++ b/src/test/rustdoc/inline_local/glob-private.rs
@@ -34,16 +34,19 @@ pub use mod1::*;
 // @has foo/struct.Mod2Public.html
 // @!has foo/struct.Mod2Private.html
 
+// @has-dir foo/mod1
 // @!has foo/mod1/index.html
 // @has foo/mod1/struct.Mod1Public.html
 // @!has foo/mod1/struct.Mod1Private.html
 // @!has foo/mod1/struct.Mod2Public.html
 // @!has foo/mod1/struct.Mod2Private.html
 
+// @has-dir foo/mod1/mod2
 // @!has foo/mod1/mod2/index.html
 // @has foo/mod1/mod2/struct.Mod2Public.html
 // @!has foo/mod1/mod2/struct.Mod2Private.html
 
+// @!has-dir foo/mod2
 // @!has foo/mod2/index.html
 // @!has foo/mod2/struct.Mod2Public.html
 // @!has foo/mod2/struct.Mod2Private.html