Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
rustdoc-js
/
doc-alias-filter.js
blob: e06047ba7606e78b8de5591ec8ecbbda03993a9d [
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
},
],
};