diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-12-23 20:27:12 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-12-23 20:27:12 +0100 |
| commit | 152d4e74bec46c08e388b47f3c5693929caf377f (patch) | |
| tree | 5e4e4838c0e78decb770c5d9a27ec6f469099792 /src/test/rustdoc/codeblock-title.rs | |
| parent | 9b6293692801f703e694c4c7f61b165b939cea8d (diff) | |
| download | rust-152d4e74bec46c08e388b47f3c5693929caf377f.tar.gz rust-152d4e74bec46c08e388b47f3c5693929caf377f.zip | |
Update HTML DOM attribute "edition" to "data-edition"
Diffstat (limited to 'src/test/rustdoc/codeblock-title.rs')
| -rw-r--r-- | src/test/rustdoc/codeblock-title.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/codeblock-title.rs b/src/test/rustdoc/codeblock-title.rs index 1327fd67d31..140c5b3a672 100644 --- a/src/test/rustdoc/codeblock-title.rs +++ b/src/test/rustdoc/codeblock-title.rs @@ -3,7 +3,7 @@ // @has foo/fn.bar.html '//*[@class="tooltip compile_fail"]' "ⓘ" // @has foo/fn.bar.html '//*[@class="tooltip ignore"]' "ⓘ" // @has foo/fn.bar.html '//*[@class="tooltip should_panic"]' "ⓘ" -// @has foo/fn.bar.html '//*[@edition="2018"]' "ⓘ" +// @has foo/fn.bar.html '//*[@data-edition="2018"]' "ⓘ" /// foo /// |
