Skip to content

Commit

Permalink
Update JS results tester
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Mar 16, 2020
1 parent b9167e6 commit 2f44857
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/test/rustdoc-js-std/return-specific.js
@@ -1,7 +1,10 @@
const QUERY = 'struct:chunksmut';
const QUERY = 'struct:string';

const EXPECTED = {
'in_args': [
{ 'path': 'std::string::String', 'name': 'ne' },
],
'returned': [
{ 'path': 'std::slice::chunks_mut', 'name': 'chunks_mut' },
{ 'path': 'std::string::String', 'name': 'add' },
],
};

0 comments on commit 2f44857

Please sign in to comment.