mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
14 lines
718 B
Plaintext
14 lines
718 B
Plaintext
// This test checks that there are margins applied to methods with no docblocks.
|
|
|
|
// We need to disable this check because `implementors/test_docs/trait.TraitWithNoDocblock.js`
|
|
// doesn't exist.
|
|
fail-on-request-error: false
|
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/trait.TraitWithNoDocblocks.html"
|
|
// Check that the two methods are more than 24px apart.
|
|
compare-elements-position-near-false: ("//*[@id='tymethod.first_fn']", "//*[@id='tymethod.second_fn']", {"y": 24})
|
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.TypeWithNoDocblocks.html"
|
|
// Check that the two methods are more than 24px apart.
|
|
compare-elements-position-near-false: ("//*[@id='method.first_fn']", "//*[@id='method.second_fn']", {"y": 24})
|