blob: 9021cc2e90fe0187dd5da1399cdddb2500c6b50c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// exact-check
const EXPECTED = [
{
'query': 'Subscriber',
'others': [
{ 'path': 'reexport::fmt', 'name': 'Subscriber' },
{ 'path': 'reexport', 'name': 'FmtSubscriber' },
],
},
{
'query': 'AnotherOne',
'others': [
{ 'path': 'reexport', 'name': 'AnotherOne' },
],
},
];
|