rust/tests/rustdoc-js/exact-match.js
2023-01-11 09:32:08 +00:00

10 lines
230 B
JavaScript

const QUERY = 'si::pc';
const EXPECTED = {
'others': [
{ 'path': 'exact_match::Si', 'name': 'pc' },
{ 'path': 'exact_match::Psi', 'name': 'pc' },
{ 'path': 'exact_match::Si', 'name': 'pa' },
],
};