mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
10 lines
230 B
JavaScript
10 lines
230 B
JavaScript
const QUERY = 'si::pc';
|
|
|
|
const EXPECTED = {
|
|
'others': [
|
|
{ 'path': 'exact_match::Si', 'name': 'pc' },
|
|
{ 'path': 'exact_match::Psi', 'name': 'pc' },
|
|
{ 'path': 'exact_match::Si', 'name': 'pa' },
|
|
],
|
|
};
|