]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-js/search-short-types.js
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / test / rustdoc-js / search-short-types.js
1 const QUERY = 'P';
2
3 const EXPECTED = {
4     'others': [
5         { 'path': 'search_short_types', 'name': 'P' },
6         { 'path': 'search_short_types::VeryLongTypeName', 'name': 'p' },
7         { 'path': 'search_short_types', 'name': 'Ap' },
8         { 'path': 'search_short_types::VeryLongTypeName', 'name': 'ap' },
9     ],
10 };