1
Fork 0

Replace id attribute with name for <meta> tag

This commit is contained in:
Guillaume Gomez 2023-06-27 17:18:50 +02:00
parent b8e4c54ffb
commit acbfb8c3bd
5 changed files with 5 additions and 6 deletions

View file

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