We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db516b commit c5e92e0Copy full SHA for c5e92e0
tests/run-make-fulldeps/rustdoc-themes/foo.rs
@@ -1,4 +1,4 @@
1
// @has test.css
2
// @has foo/struct.Foo.html
3
-// @has - '//link[@rel="stylesheet"]/@href' '../test.css'
+// @has - '//*[@id="rustdoc-vars"]/@data-themes' 'test'
4
pub struct Foo;
0 commit comments