Files
rust/src/test/rustdoc-gui/toggled-open-implementations.goml
2021-06-22 11:11:45 +02:00

6 lines
320 B
Plaintext

// This tests that the "implementations" section on struct/enum pages
// has all the implementations toggled open by default, so users can
// find method names in those implementations with Ctrl-F.
goto: file://|DOC_PATH|/test_docs/struct.Foo.html
assert-attribute: (".rustdoc-toggle.implementors-toggle", {"open": ""})