mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
9 lines
228 B
JavaScript
9 lines
228 B
JavaScript
const EXPECTED = {
|
|
'query': 'si::pc',
|
|
'others': [
|
|
{ 'path': 'exact_match::Si', 'name': 'pc' },
|
|
{ 'path': 'exact_match::Psi', 'name': 'pc' },
|
|
{ 'path': 'exact_match::Si', 'name': 'pa' },
|
|
],
|
|
};
|