]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-gui/search-result-description.goml
Auto merge of #107778 - weihanglo:update-cargo, r=weihanglo
[rust.git] / tests / rustdoc-gui / search-result-description.goml
1 // This test is to ensure that the codeblocks are correctly rendered in the search results.
2 goto: "file://" + |DOC_PATH| + "/test_docs/index.html?search=some_more_function"
3 // Waiting for the search results to appear...
4 wait-for: "#search-tabs"
5 assert-text: (".search-results .desc code", "format!")