]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/trait-sidebar-item-order.goml
Rollup merge of #91780 - cjgillot:localize, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc-gui / trait-sidebar-item-order.goml
1 goto: file://|DOC_PATH|/test_docs/trait.AnotherOne.html
2 assert-text: (".sidebar-links a:nth-of-type(1)", "another")
3 assert-text: (".sidebar-links a:nth-of-type(2)", "func1")
4 assert-text: (".sidebar-links a:nth-of-type(3)", "func2")
5 assert-text: (".sidebar-links a:nth-of-type(4)", "func3")
6 assert-text: (".sidebar-links a:nth-of-type(5)", "hello")
7 assert-text: (".sidebar-links a:nth-of-type(6)", "why_not")