diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2022-08-10 13:10:04 -0700 | 
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2022-08-13 00:36:50 -0400 | 
| commit | 37eed1d1ff3f433b4d6af02e65f6550d10b568f8 (patch) | |
| tree | 81d9ee9e47894217142e820665304bb67da0c03d /src/test/rustdoc/empty-mod-public.rs | |
| parent | 01408fc62762838b72dfb6ce090708d3e8303ed9 (diff) | |
| download | rust-37eed1d1ff3f433b4d6af02e65f6550d10b568f8.tar.gz rust-37eed1d1ff3f433b4d6af02e65f6550d10b568f8.zip | |
Update tests: arity-2 `@{has,matches}` -> `...text`
Diffstat (limited to 'src/test/rustdoc/empty-mod-public.rs')
| -rw-r--r-- | src/test/rustdoc/empty-mod-public.rs | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/test/rustdoc/empty-mod-public.rs b/src/test/rustdoc/empty-mod-public.rs index d097fcf839c..1e797d9513a 100644 --- a/src/test/rustdoc/empty-mod-public.rs +++ b/src/test/rustdoc/empty-mod-public.rs @@ -1,14 +1,14 @@ // @has 'empty_mod_public/index.html' '//a[@href="foo/index.html"]' 'foo' -// @has 'empty_mod_public/sidebar-items.js' 'foo' +// @hastext 'empty_mod_public/sidebar-items.js' 'foo' // @matches 'empty_mod_public/foo/index.html' '//h1' 'Module empty_mod_public::foo' pub mod foo {} // @has 'empty_mod_public/index.html' '//a[@href="bar/index.html"]' 'bar' -// @has 'empty_mod_public/sidebar-items.js' 'bar' +// @hastext 'empty_mod_public/sidebar-items.js' 'bar' // @matches 'empty_mod_public/bar/index.html' '//h1' 'Module empty_mod_public::bar' pub mod bar { // @has 'empty_mod_public/bar/index.html' '//a[@href="baz/index.html"]' 'baz' - // @has 'empty_mod_public/bar/sidebar-items.js' 'baz' + // @hastext 'empty_mod_public/bar/sidebar-items.js' 'baz' // @matches 'empty_mod_public/bar/baz/index.html' '//h1' 'Module empty_mod_public::bar::baz' pub mod baz {} } | 
