We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5a710 commit a6b85fbCopy full SHA for a6b85fb
src/test/rustdoc/description.rs
@@ -9,6 +9,7 @@
9
10
// @has 'foo/foo_mod/index.html' '//meta[@name="description"]/@content' \
11
// 'First paragraph description.'
12
+// @!has - '//meta[@name="description"]/@content' 'Second paragraph'
13
/// First paragraph description.
14
///
15
/// Second paragraph should not show up.
0 commit comments