From 5b59c4db673d05ee71252d0d7579f325f3b726f8 Mon Sep 17 00:00:00 2001 From: QuietMisdreavus Date: Mon, 25 Sep 2017 12:50:27 -0500 Subject: let htmldocck.py check for directories --- src/test/rustdoc/inline_local/glob-private.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/test/rustdoc/inline_local') 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 -- cgit 1.4.1-3-g733a5