mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
20 lines
373 B
JavaScript
20 lines
373 B
JavaScript
// exact-check
|
|
|
|
const QUERY = [
|
|
'Demon Lord',
|
|
];
|
|
|
|
const EXPECTED = [
|
|
{
|
|
'others': [
|
|
{
|
|
'path': 'doc_alias_whitespace',
|
|
'name': 'Struct',
|
|
'alias': 'Demon Lord',
|
|
'href': '../doc_alias_whitespace/struct.Struct.html',
|
|
'is_alias': true
|
|
},
|
|
],
|
|
},
|
|
];
|