Update rustdoc-js* format
This commit is contained in:
parent
6b0c7c4f01
commit
9803651ee8
67 changed files with 236 additions and 400 deletions
|
@ -1,22 +1,9 @@
|
|||
// exact-check
|
||||
|
||||
const QUERY = [
|
||||
'Result<SomeTrait>',
|
||||
'Result<SomeTraiz>',
|
||||
'OtherThingxxxxxxxx',
|
||||
'OtherThingxxxxxxxy',
|
||||
];
|
||||
|
||||
const CORRECTIONS = [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
'OtherThingxxxxxxxx',
|
||||
];
|
||||
|
||||
const EXPECTED = [
|
||||
// Result<SomeTrait>
|
||||
{
|
||||
'query': 'Result<SomeTrait>',
|
||||
'correction': null,
|
||||
'in_args': [
|
||||
{ 'path': 'generics_trait', 'name': 'beta' },
|
||||
],
|
||||
|
@ -24,13 +11,15 @@ const EXPECTED = [
|
|||
{ 'path': 'generics_trait', 'name': 'bet' },
|
||||
],
|
||||
},
|
||||
// Result<SomeTraiz>
|
||||
{
|
||||
'query': 'Result<SomeTraiz>',
|
||||
'correction': null,
|
||||
'in_args': [],
|
||||
'returned': [],
|
||||
},
|
||||
// OtherThingxxxxxxxx
|
||||
{
|
||||
'query': 'OtherThingxxxxxxxx',
|
||||
'correction': null,
|
||||
'in_args': [
|
||||
{ 'path': 'generics_trait', 'name': 'alpha' },
|
||||
],
|
||||
|
@ -38,8 +27,9 @@ const EXPECTED = [
|
|||
{ 'path': 'generics_trait', 'name': 'alef' },
|
||||
],
|
||||
},
|
||||
// OtherThingxxxxxxxy
|
||||
{
|
||||
'query': 'OtherThingxxxxxxxy',
|
||||
'correction': 'OtherThingxxxxxxxx',
|
||||
'in_args': [
|
||||
{ 'path': 'generics_trait', 'name': 'alpha' },
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue