diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2023-06-28 18:28:48 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-28 18:28:48 +0530 |
| commit | a70842c7d16cfd4baebbf068203eaeb034bf55d5 (patch) | |
| tree | 42bf9023b9a9dbf24a1df9dc00ca5d6b95fd5c6e /tests | |
| parent | e4e1a995dcecddd71760f1f946f282e7825181e8 (diff) | |
| parent | acbfb8c3bdbcb29b23b11221ae2ec1386b061aa7 (diff) | |
| download | rust-a70842c7d16cfd4baebbf068203eaeb034bf55d5.tar.gz rust-a70842c7d16cfd4baebbf068203eaeb034bf55d5.zip | |
Rollup merge of #113094 - GuillaumeGomez:fix-invalid-div-tag-in-head, r=notriddle,fmease
Fix invalid HTML DIV tag used in HEAD Fixes https://github.com/rust-lang/rust/issues/113067. The issue also nicely explains the whole problem. r? ``@notriddle``
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/run-make/rustdoc-themes/foo.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/rustdoc-themes/foo.rs b/tests/run-make/rustdoc-themes/foo.rs index 995544aeff9..8b1e75b0ae1 100644 --- a/tests/run-make/rustdoc-themes/foo.rs +++ b/tests/run-make/rustdoc-themes/foo.rs @@ -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; |
