blob: e06047ba7606e78b8de5591ec8ecbbda03993a9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// 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
},
],
};
|