Update JS results tester

This commit is contained in:
Guillaume Gomez 2020-02-23 18:23:09 +01:00
parent b9167e6c7d
commit 2f44857735
1 changed files with 5 additions and 2 deletions

View File

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