rust/tests/rustdoc-js/alias-sort.js
2025-11-25 12:38:36 -06:00

10 lines
250 B
JavaScript

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