]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/trait-sidebar-item-order.goml
Merge commit 'b71f3405606d49b9735606b479c3415a0ca9810f' into clippyup
[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")