]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/doc-alias-whitespace.js
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-2023-02-09
[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 ];