summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js/macro-search.js
blob: 2b179ce146bf0cc5a1b7f77169c554ede5b80fe6 (plain)
1
2
3
4
5
6
7
8
9
10
// exact-check

const QUERY = 'abracadabra!';

const EXPECTED = {
    'others': [
        { 'path': 'macro_search', 'name': 'abracadabra' },
        { 'path': 'macro_search', 'name': 'abracadabra_b' },
    ],
};