summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js/doc-alias-whitespace.js
blob: c9fc0c4311f19adfe5e2d256f516729b4ae4a2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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
            },
        ],
    },
];