Files
rust/tests/rustdoc-js/ordering.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
203 B
JavaScript
Raw Normal View History

const EXPECTED = [
{
'query': 'Entry',
'others': [
{ 'path': 'ordering', 'name': 'Entry1a' },
{ 'path': 'ordering', 'name': 'Entry2ab' },
],
},
];