Add rustdoc-js test

Finally!
This commit is contained in:
Camelid 2020-11-23 20:33:41 -08:00
parent 07e9426efb
commit b9035194c0
3 changed files with 26 additions and 1 deletions

View 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>.' },
],
};