blob: 976fd314e429bd3f5fbec2bc777ef4c090aeb4bc [file] [log] [blame] [edit]
// rank doc aliases lower than exact matches
// regression test for <https://github.com/rust-lang/rust/issues/140968>
const EXPECTED = {
'query': 'Foo',
'others': [
{ 'path': 'alias_rank_lower', 'name': 'Foo' },
{ 'path': 'alias_rank_lower', 'name': 'Bar' },
],
};