summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js/search-short-types.js
blob: 5048e0443c1c2191b0d551e467c0e7c5b1019e59 (plain)
1
2
3
4
5
6
7
8
const EXPECTED = {
    'query': 'P',
    'others': [
        { 'path': 'search_short_types', 'name': 'P' },
        { 'path': 'search_short_types::VeryLongTypeName', 'name': 'p' },
        { 'path': 'search_short_types', 'name': 'Pa' },
    ],
};