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

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