rust/tests/rustdoc-js/module-substring.js

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

9 lines
187 B
JavaScript
Raw Normal View History

const QUERY = 'ig::pc';
const EXPECTED = {
'others': [
{ 'path': 'module_substring::Sig', 'name': 'pc' },
{ 'path': 'module_substring::Si', 'name': 'pc' },
],
};