blob: 4b1e2e2970479d386c87370b03e783017937f588 [file] [log] [blame]
// exact-check
const QUERY = 'true';
const FILTER_CRATE = 'doc_alias_filter';
const EXPECTED = {
'others': [
{
'path': 'doc_alias_filter',
'name': 'Foo',
'alias': 'true',
'href': '../doc_alias_filter/struct.Foo.html',
'is_alias': true
},
],
};