]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc-js/search-short-types.js
Update unsuspicious file list
[rustc.git] / src / test / rustdoc-js / search-short-types.js
CommitLineData
48663c56
XL
1const QUERY = 'P';
2
3const EXPECTED = {
4 'others': [
5 { 'path': 'search_short_types', 'name': 'P' },
e1599b0c 6 { 'path': 'search_short_types::VeryLongTypeName', 'name': 'p' },
48663c56 7 { 'path': 'search_short_types', 'name': 'Ap' },
e1599b0c 8 { 'path': 'search_short_types::VeryLongTypeName', 'name': 'ap' },
48663c56
XL
9 ],
10};