]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/exact-match.js
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / 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 };