rust/tests/rustdoc-js/exact-match.js

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

8 lines
175 B
JavaScript
Raw Normal View History

const EXPECTED = {
2023-06-09 22:49:38 +08:00
'query': 'si::pc',
'others': [
{ 'path': 'exact_match::Si', 'name': 'pc' },
{ 'path': 'exact_match::Psi', 'name': 'pc' },
],
};