2020-06-23 09:18:51 +01:00
|
|
|
// exact-check
|
|
|
|
|
|
2021-08-11 20:14:26 +02:00
|
|
|
const QUERY = '"true"';
|
2020-06-23 09:18:51 +01:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
};
|