]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/doc-alias-whitespace.js
Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parameter_prod...
[rust.git] / tests / rustdoc-js / doc-alias-whitespace.js
1 // exact-check
2
3 const QUERY = [
4     'Demon Lord',
5 ];
6
7 const EXPECTED = [
8     {
9         'others': [
10             {
11                 'path': 'doc_alias_whitespace',
12                 'name': 'Struct',
13                 'alias': 'Demon Lord',
14                 'href': '../doc_alias_whitespace/struct.Struct.html',
15                 'is_alias': true
16             },
17         ],
18     },
19 ];