blob: a446c39ebad57cdc05bb311e2f8614d32c672c90 (
plain)
1
2
3
4
5
6
7
8
9
|
const QUERY = 'ig::pc';
const EXPECTED = {
'others': [
{ 'path': 'module_substring::Sig', 'name': 'pc' },
{ 'path': 'module_substring::Si', 'name': 'pc' },
{ 'path': 'module_substring::Si', 'name': 'pa' },
],
};
|