rustdoc: fix test case for custom themes

This commit is contained in:
Michael Howell 2023-01-15 16:42:41 -07:00
parent 5db516b809
commit c5e92e06b5

View File

@ -1,4 +1,4 @@
// @has test.css
// @has foo/struct.Foo.html
// @has - '//link[@rel="stylesheet"]/@href' '../test.css'
// @has - '//*[@id="rustdoc-vars"]/@data-themes' 'test'
pub struct Foo;