]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/trait-sidebar-item-order.goml
Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'
[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")