Files
rust/tests/rustdoc-js/alias-rank-lower-140968.js
2025-10-14 14:38:07 -05:00

11 lines
294 B
JavaScript

// 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' },
],
};