summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js/exact-match.js
blob: ce3a76f9b7dd33539b035700ac586e0b755e94ea (plain)
1
2
3
4
5
6
7
8
const EXPECTED = {
    'query': 'si::pc',
    'others': [
        { 'path': 'exact_match::Si', 'name': 'pc' },
        { 'path': 'exact_match::Psi', 'name': 'pc' },
        { 'path': 'exact_match::Si', 'name': 'pa' },
    ],
};