summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js/exact-match.js
blob: b0a411bee5829921b8f1f57d11c9668a15f108f0 (plain)
1
2
3
4
5
6
7
8
9
const QUERY = 'si::pc';

const EXPECTED = {
    'others': [
        { 'path': 'exact_match::Si', 'name': 'pc' },
        { 'path': 'exact_match::Psi', 'name': 'pc' },
        { 'path': 'exact_match::Si', 'name': 'pa' },
    ],
};