summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js/basic.js
blob: d99b23468b60cfa94361eac46317304aa7ae8332 (plain)
1
2
3
4
5
6
7
const QUERY = 'Fo';

const EXPECTED = {
    'others': [
        { 'path': 'basic', 'name': 'Foo' },
    ],
};