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