]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-js/doc-alias-filter.js
Auto merge of #107811 - matthiaskrgr:rollup-rpjzshk, r=matthiaskrgr
[rust.git] / tests / rustdoc-js / doc-alias-filter.js
1 // exact-check
2
3 const QUERY = '"true"';
4
5 const FILTER_CRATE = 'doc_alias_filter';
6
7 const EXPECTED = {
8     'others': [
9         {
10             'path': 'doc_alias_filter',
11             'name': 'Foo',
12             'alias': 'true',
13             'href': '../doc_alias_filter/struct.Foo.html',
14             'is_alias': true
15         },
16     ],
17 };