about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2021-02-21 09:31:39 -0700
committerGitHub <noreply@github.com>2021-02-21 09:31:39 -0700
commit575c75b324ee7557b776f6dce6f4f77f5f7887a1 (patch)
tree641f242d8708cd3c1aa098f00b1afc34acb0b3ea
parenta6b85fbc78280c8caae26769191b787ad8543ddf (diff)
downloadrust-575c75b324ee7557b776f6dce6f4f77f5f7887a1.tar.gz
rust-575c75b324ee7557b776f6dce6f4f77f5f7887a1.zip
Update src/test/rustdoc/description.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
-rw-r--r--src/test/rustdoc/description.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/rustdoc/description.rs b/src/test/rustdoc/description.rs
index a95f177f6b0..05ec4282208 100644
--- a/src/test/rustdoc/description.rs
+++ b/src/test/rustdoc/description.rs
@@ -6,6 +6,7 @@
 
 // @has 'foo/index.html' '//meta[@name="description"]/@content' \
 //   'Description test crate'
+// @!has - '//meta[@name="description"]/@content' 'should not show up'
 
 // @has 'foo/foo_mod/index.html' '//meta[@name="description"]/@content' \
 //   'First paragraph description.'