rust/src/test/rustdoc-js/exact-match.js

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