mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +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
|
|
},
|
|
],
|
|
},
|
|
];
|