blob: 27d415b5e486d58858e88828f544c3e68fb6c0a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
const EXPECTED = [
{
'query': '!',
'others': [
{ 'path': 'std', 'name': 'never' },
],
},
{
'query': '!::clone',
'others': [
{ 'path': 'std::never', 'name': 'clone' },
],
},
];
|