9 lines
181 B
JavaScript
9 lines
181 B
JavaScript
|
|
const QUERY = 'struct:Vec';
|
||
|
|
|
||
|
|
const EXPECTED = {
|
||
|
|
'others': [
|
||
|
|
{ 'path': 'std::vec', 'name': 'Vec' },
|
||
|
|
{ 'path': 'std::collections', 'name': 'VecDeque' },
|
||
|
|
],
|
||
|
|
};
|