mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
8 lines
110 B
JavaScript
8 lines
110 B
JavaScript
const QUERY = 'Fo';
|
|
|
|
const EXPECTED = {
|
|
'others': [
|
|
{ 'path': 'basic', 'name': 'Foo' },
|
|
],
|
|
};
|