12 lines
227 B
JavaScript
12 lines
227 B
JavaScript
// ignore-order
|
|
|
|
const QUERY = '[';
|
|
|
|
const EXPECTED = {
|
|
'others': [
|
|
{ 'path': 'std', 'name': 'slice' },
|
|
{ 'path': 'std::ops', 'name': 'IndexMut' },
|
|
{ 'path': 'std::ops', 'name': 'Index' },
|
|
],
|
|
};
|