Skip to content

Commit c5e92e0

Browse files
committed
rustdoc: fix test case for custom themes
1 parent 5db516b commit c5e92e0

File tree

1 file changed

+1
-1
lines changed
  • tests/run-make-fulldeps/rustdoc-themes

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// @has test.css
22
// @has foo/struct.Foo.html
3-
// @has - '//link[@rel="stylesheet"]/@href' '../test.css'
3+
// @has - '//*[@id="rustdoc-vars"]/@data-themes' 'test'
44
pub struct Foo;

0 commit comments

Comments
 (0)