mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +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' },
|
|
],
|
|
};
|