diff options
| author | Stefan Schindler <dns2utf8@estada.ch> | 2021-06-24 14:30:01 +0200 |
|---|---|---|
| committer | Stefan Schindler <dns2utf8@estada.ch> | 2021-06-28 21:46:05 +0200 |
| commit | 0f2e137353c15fc544bbfdfe4957d00d92a8ab90 (patch) | |
| tree | a5673a58dab29232c3979a64ae58e24a3e2b93d3 /src/test/rustdoc/inline_cross | |
| parent | a48d9d1c493f98ff1c484578bf1b3facb7f39cf1 (diff) | |
| download | rust-0f2e137353c15fc544bbfdfe4957d00d92a8ab90.tar.gz rust-0f2e137353c15fc544bbfdfe4957d00d92a8ab90.zip | |
Add test for item-table with resize to mobile
Diffstat (limited to 'src/test/rustdoc/inline_cross')
| -rw-r--r-- | src/test/rustdoc/inline_cross/macros.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/rustdoc/inline_cross/macros.rs b/src/test/rustdoc/inline_cross/macros.rs index 601797fd64c..9cb933c177b 100644 --- a/src/test/rustdoc/inline_cross/macros.rs +++ b/src/test/rustdoc/inline_cross/macros.rs @@ -7,8 +7,10 @@ extern crate macros; -// @has foo/index.html '//*[@class="item-right docblock-short"]/span[@class="stab deprecated"]' Deprecated -// @has - '//*[@class="item-right docblock-short"]/span[@class="stab unstable"]' Experimental +// @has foo/index.html '//*[@class="item-left unstable deprecated module-item"]/span[@class="stab deprecated"]' \ +// Deprecated +// @has - '//*[@class="item-left unstable deprecated module-item"]/span[@class="stab unstable"]' \ +// Experimental // @has foo/macro.my_macro.html // @has - '//*[@class="docblock"]' 'docs for my_macro' |
