mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 22:06:53 +00:00
17 lines
366 B
JavaScript
17 lines
366 B
JavaScript
// exact-check
|
|
|
|
const EXPECTED = [
|
|
{
|
|
'query': 'Demon Lord',
|
|
'others': [
|
|
{
|
|
'path': 'doc_alias_whitespace',
|
|
'name': 'Struct',
|
|
'alias': 'Demon Lord',
|
|
'href': '../doc_alias_whitespace/struct.Struct.html',
|
|
'is_alias': true
|
|
},
|
|
],
|
|
},
|
|
];
|