diff options
| author | Michael Howell <michael@notriddle.com> | 2023-01-26 13:32:33 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-01-27 09:04:39 -0700 |
| commit | 7aa4a205a83bfbdba1131ee8a6463d5c029bb089 (patch) | |
| tree | f8ee5d019f52ede9ef219a70803364acd906dea9 /tests/rustdoc/codeblock-title.rs | |
| parent | c62665e09c11eb1c9d8ea02df5b723364a0b8ba4 (diff) | |
| download | rust-7aa4a205a83bfbdba1131ee8a6463d5c029bb089.tar.gz rust-7aa4a205a83bfbdba1131ee8a6463d5c029bb089.zip | |
rustdoc: merge doctest tooltip with notable traits tooltip
Fixes https://discord.com/channels/442252698964721669/443150878111694848/1066420140167680000 Fixes #91100
Diffstat (limited to 'tests/rustdoc/codeblock-title.rs')
| -rw-r--r-- | tests/rustdoc/codeblock-title.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/codeblock-title.rs b/tests/rustdoc/codeblock-title.rs index b9b0b0d1abf..761afb8bd08 100644 --- a/tests/rustdoc/codeblock-title.rs +++ b/tests/rustdoc/codeblock-title.rs @@ -3,7 +3,7 @@ // @has foo/fn.bar.html '//*[@class="example-wrap compile_fail"]/*[@class="tooltip"]' "ⓘ" // @has foo/fn.bar.html '//*[@class="example-wrap ignore"]/*[@class="tooltip"]' "ⓘ" // @has foo/fn.bar.html '//*[@class="example-wrap should_panic"]/*[@class="tooltip"]' "ⓘ" -// @has foo/fn.bar.html '//*[@data-edition="2018"]' "ⓘ" +// @has foo/fn.bar.html '//*[@title="This example runs with edition 2018"]' "ⓘ" /// foo /// |
