about summary refs log tree commit diff
path: root/tests/rustdoc-js/basic.js
blob: c38b8435c2d88ae92d11fd14310f10d8b1e99f00 (plain)
1
2
3
4
5
6
const EXPECTED = {
    'query': 'Fo',
    'others': [
        { 'path': 'basic', 'name': 'Foo', 'desc': 'Docs for Foo' },
    ],
};