We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64417c5 commit d1a76a9Copy full SHA for d1a76a9
tests/rustdoc-gui/search-tab-change-title-fn-sig.goml
@@ -55,7 +55,7 @@ assert-text: ("#search-tabs > button:nth-of-type(1)", "In Function Return Types"
55
56
// Try with a search-by-parameter
57
go-to: "file://" + |DOC_PATH| + "/test_docs/index.html"
58
-write: (".search-input", "usize pattern")
+write: (".search-input", "usize,pattern")
59
// To be SURE that the search will be run.
60
press-key: 'Enter'
61
// Waiting for the search results to appear...
0 commit comments