rust/tests/rustdoc-js/doc-alias-whitespace.js

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

17 lines
366 B
JavaScript
Raw Normal View History

2020-10-05 12:00:12 +00:00
// exact-check
const EXPECTED = [
{
2023-06-09 14:49:38 +00:00
'query': 'Demon Lord',
2020-10-05 12:00:12 +00:00
'others': [
{
'path': 'doc_alias_whitespace',
'name': 'Struct',
'alias': 'Demon Lord',
'href': '../doc_alias_whitespace/struct.Struct.html',
'is_alias': true
},
],
},
];