mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 17:26:51 +00:00
8 lines
175 B
JavaScript
8 lines
175 B
JavaScript
const EXPECTED = {
|
|
'query': 'si::pc',
|
|
'others': [
|
|
{ 'path': 'exact_match::Si', 'name': 'pc' },
|
|
{ 'path': 'exact_match::Psi', 'name': 'pc' },
|
|
],
|
|
};
|