summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js/search-short-types.js
blob: d14672af71fd6b714d3107b68c04ee16bd130d71 (plain)
1
2
3
4
5
6
7
8
9
10
const QUERY = 'P';

const EXPECTED = {
    'others': [
        { 'path': 'search_short_types', 'name': 'P' },
        { 'path': 'search_short_types::VeryLongTypeName', 'name': 'p' },
        { 'path': 'search_short_types', 'name': 'Ap' },
        { 'path': 'search_short_types::VeryLongTypeName', 'name': 'ap' },
    ],
};