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

const FILTER_CRATE = 'doc_alias_filter';

const EXPECTED = {
    'query': '"true"',
    'others': [
        {
            'path': 'doc_alias_filter',
            'name': 'Foo',
            'alias': 'true',
            'href': '../doc_alias_filter/struct.Foo.html',
            'is_alias': true
        },
    ],
};