8 lines
146 B
JavaScript
8 lines
146 B
JavaScript
|
const QUERY = 'option, fnonce -> option';
|
||
|
|
||
|
const EXPECTED = {
|
||
|
'others': [
|
||
|
{ 'path': 'std::option::Option', 'name': 'map' },
|
||
|
],
|
||
|
};
|