blob: 245ff416643c7583b7d452e24fe5ddc03d836d60 [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': 'foobazbar',
'others': [
{ 'name': 'foobazbar' },
{ 'name': 'foo' },
],
};