Add rustdoc-js test
Finally!
This commit is contained in:
parent
07e9426efb
commit
b9035194c0
3 changed files with 26 additions and 1 deletions
7
src/test/rustdoc-js/summaries.js
Normal file
7
src/test/rustdoc-js/summaries.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const QUERY = 'summaries';
|
||||
|
||||
const EXPECTED = {
|
||||
'others': [
|
||||
{ 'path': '', 'name': 'summaries', 'desc': 'This <em>summary</em> has a link and <code>code</code>.' },
|
||||
],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue