]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/exact-match.js
Rollup merge of #107023 - scottmcm:stop-shouting, r=Nilstrieb
[rust.git] / tests / rustdoc-js / exact-match.js
1 const QUERY = 'si::pc';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'exact_match::Si', 'name': 'pc' },
6         { 'path': 'exact_match::Psi', 'name': 'pc' },
7         { 'path': 'exact_match::Si', 'name': 'pa' },
8     ],
9 };