fa2e214a43
Follow up for #132569
7 lines
142 B
JavaScript
7 lines
142 B
JavaScript
// exact-check
|
|
const EXPECTED = {
|
|
'query': 'inner::',
|
|
'others': [
|
|
{ 'path': 'trailing::inner', 'name': 'function' },
|
|
],
|
|
}
|