]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-gui/sidebar-macro-reexport.goml
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / rustdoc-gui / sidebar-macro-reexport.goml
1 // This test ensures that the reexport of a macro doesn't make the original macro
2 // displayed twice in the sidebar.
3 goto: "file://" + |DOC_PATH| + "/test_docs/macro.repro.html"
4 wait-for: ".sidebar-elems .block.macro a"
5 assert-count: ("//*[@class='sidebar-elems']//*[@class='block macro']//a[text()='repro']", 1)