]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/trait-sidebar-item-order.goml
Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1' into sync_cg_clif-2021-03-29
[rust.git] / src / test / rustdoc-gui / trait-sidebar-item-order.goml
1 goto: file://|DOC_PATH|/trait.AnotherOne.html
2 assert: (".sidebar-links a:nth-of-type(1)", "another")
3 assert: (".sidebar-links a:nth-of-type(2)", "func1")
4 assert: (".sidebar-links a:nth-of-type(3)", "func2")
5 assert: (".sidebar-links a:nth-of-type(4)", "func3")
6 assert: (".sidebar-links a:nth-of-type(5)", "hello")
7 assert: (".sidebar-links a:nth-of-type(6)", "why_not")