mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-07 20:45:53 +00:00
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
const EXPECTED = {
|
|
'query': 'Fo',
|
|
'others': [
|
|
{ 'path': 'basic', 'name': 'Foo', 'desc': 'Docs for Foo' },
|
|
],
|
|
};
|