summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js/doc-alias-whitespace.js
blob: 64784b5698be9e3b674ccac73feb8fbceaf4fbb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// exact-check

const EXPECTED = [
    {
        'query': 'Demon Lord',
        'others': [
            {
                'path': 'doc_alias_whitespace',
                'name': 'Struct',
                'alias': 'Demon Lord',
                'href': '../doc_alias_whitespace/struct.Struct.html',
                'is_alias': true
            },
        ],
    },
];