rust/tests/rustdoc-js/primitive.js

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

26 lines
380 B
JavaScript
Raw Normal View History

2021-01-30 10:39:44 -06:00
// exact-check
const QUERY = [
"i32",
"str",
"TotoIsSomewhere",
];
const EXPECTED = [
{
'in_args': [
{ 'path': 'primitive', 'name': 'foo' },
],
},
{
'returned': [
{ 'path': 'primitive', 'name': 'foo' },
],
},
{
'others': [],
'in_args': [],
'returned': [],
},
];