]> git.lizzy.rs Git - rust.git/commitdiff
Update src/test/rustdoc/description.rs
authorMichael Howell <michael@notriddle.com>
Sun, 21 Feb 2021 16:31:23 +0000 (09:31 -0700)
committerGitHub <noreply@github.com>
Sun, 21 Feb 2021 16:31:23 +0000 (09:31 -0700)
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
src/test/rustdoc/description.rs

index 79990203c4053ad7401f103359402694c0677081..a95f177f6b0b0e9cbba00a1a92d2e28d295ce5a6 100644 (file)
@@ -9,6 +9,7 @@
 
 // @has 'foo/foo_mod/index.html' '//meta[@name="description"]/@content' \
 //   'First paragraph description.'
+// @!has - '//meta[@name="description"]/@content' 'Second paragraph'
 /// First paragraph description.
 ///
 /// Second paragraph should not show up.