blob: 74c421d7f0b5ab64895dcfa0dba7e2881f32841d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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' },
],
},
];
|