mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 11:43:39 -04:00
10 lines
245 B
JavaScript
10 lines
245 B
JavaScript
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' },
|
|
],
|
|
};
|