diff options
| author | QuietMisdreavus <grey@quietmisdreavus.net> | 2017-09-25 12:50:27 -0500 |
|---|---|---|
| committer | QuietMisdreavus <grey@quietmisdreavus.net> | 2017-09-30 13:28:09 -0500 |
| commit | 5b59c4db673d05ee71252d0d7579f325f3b726f8 (patch) | |
| tree | d31c9ae6a6e476d25880bffaef49b98a5bf30e15 /src/test/rustdoc/inline_local | |
| parent | dcb4378e18571fa01e20ef63820d960f1c2cc865 (diff) | |
| download | rust-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.rs | 3 |
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 |
