rust/tests/rustdoc-js/basic.js

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

8 lines
110 B
JavaScript
Raw Normal View History

2019-02-23 23:08:43 +00:00
const QUERY = 'Fo';
2017-12-12 22:53:24 +00:00
2018-01-07 15:20:25 +00:00
const EXPECTED = {
'others': [
2019-02-23 23:08:43 +00:00
{ 'path': 'basic', 'name': 'Foo' },
2018-01-07 15:20:25 +00:00
],
};