blob: 01e54065189c54e592c4a5281b1c246c896b20b2 [file] [log] [blame]
const QUERY = 'str,u8';
const EXPECTED = {
'others': [
{ 'path': 'std', 'name': 'str' },
{ 'path': 'std', 'name': 'u8' },
{ 'path': 'std::ffi', 'name': 'CStr' },
],
};