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