rust/tests/rustdoc-js/basic.js

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

7 lines
108 B
JavaScript
Raw Normal View History

2018-01-07 15:20:25 +00:00
const EXPECTED = {
2023-06-09 14:49:38 +00:00
'query': 'Fo',
2018-01-07 15:20:25 +00:00
'others': [
2019-02-23 23:08:43 +00:00
{ 'path': 'basic', 'name': 'Foo' },
2018-01-07 15:20:25 +00:00
],
};