mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
11 lines
413 B
Plaintext
11 lines
413 B
Plaintext
// Verifies that there is non-zero margin on variants and their docblocks.
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/enum.WhoLetTheDogOut.html"
|
|
|
|
assert-css: (".variants > .variant", {"margin": "0px 0px 12px"})
|
|
assert-css: (".variants > .docblock", {"margin": "0px 0px 32px 24px"})
|
|
|
|
assert-css: (
|
|
"details.non-exhaustive > summary",
|
|
{"font-family": '"Fira Sans", Arial, NanumBarunGothic, sans-serif'},
|
|
)
|