Update rustdoc GUI tests
This commit is contained in:
parent
30168bd06b
commit
8ba06d4b91
4 changed files with 53 additions and 53 deletions
|
@ -1,8 +1,8 @@
|
|||
#![crate_name = "foo"]
|
||||
|
||||
// @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 '//*[@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"]' "ⓘ"
|
||||
|
||||
/// foo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue