os-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
132 B
JavaScript
Raw Normal View History

2018-01-07 16:20:25 +01:00
const EXPECTED = {
2023-06-09 16:49:38 +02:00
'query': 'Fo',
2018-01-07 16:20:25 +01:00
'others': [
2024-06-07 05:49:46 +08:00
{ 'path': 'basic', 'name': 'Foo', 'desc': 'Docs for Foo' },
2018-01-07 16:20:25 +01:00
],
};