]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/doc-alias-whitespace.js
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / 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 ];