summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js/substring.js
blob: b791ac4bfd1af90078ce0d9ada66948cf320adbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const EXPECTED = [
    {
        'query': 'waker_from',
        'others': [
            { 'path': 'substring::SuperWaker', 'name': 'local_waker_from_nonlocal' },
            { 'path': 'substring::SuperWakerTask', 'name': 'local_waker_from_nonlocal' },
        ],
    },
    {
        'query': 'my',
        'others': [
            { 'path': 'substring', 'name': 'm_y_substringmatching' },
        ],
    },
];