summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js/module-substring.js
blob: f17a97f13dc7e9e3aaca47ab424284e28e29ad43 (plain)
1
2
3
4
5
6
7
8
const QUERY = 'ig::pc';

const EXPECTED = {
    'others': [
        { 'path': 'module_substring::Sig', 'name': 'pc' },
        { 'path': 'module_substring::Si', 'name': 'pc' },
    ],
};