2023-03-03 21:23:00 -06:00
|
|
|
const EXPECTED = [
|
|
|
|
{
|
2023-06-09 09:49:38 -05:00
|
|
|
'query': 'trait<nested>',
|
2023-03-03 21:23:00 -06:00
|
|
|
'in_args': [
|
|
|
|
{ 'path': 'where_clause', 'name': 'abracadabra' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
2023-06-09 09:49:38 -05:00
|
|
|
'query': '-> trait<nested>',
|
2023-03-03 21:23:00 -06:00
|
|
|
'others': [
|
|
|
|
{ 'path': 'where_clause', 'name': 'alacazam' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
2023-06-09 09:49:38 -05:00
|
|
|
'query': 't1, t2',
|
2023-03-03 21:23:00 -06:00
|
|
|
'others': [
|
|
|
|
{ 'path': 'where_clause', 'name': 'presto' },
|
|
|
|
],
|
|
|
|
},
|
2023-03-07 11:06:42 -06:00
|
|
|
{
|
2023-06-09 09:49:38 -05:00
|
|
|
'query': '-> shazam',
|
2023-03-07 11:06:42 -06:00
|
|
|
'others': [
|
|
|
|
{ 'path': 'where_clause', 'name': 'bippety' },
|
2023-03-07 12:21:12 -06:00
|
|
|
{ 'path': 'where_clause::Drizzel', 'name': 'boppety' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
2023-06-09 09:49:38 -05:00
|
|
|
'query': 'drizzel -> shazam',
|
2023-03-07 12:21:12 -06:00
|
|
|
'others': [
|
|
|
|
{ 'path': 'where_clause::Drizzel', 'name': 'boppety' },
|
2023-03-07 11:06:42 -06:00
|
|
|
],
|
|
|
|
},
|
2023-03-03 21:23:00 -06:00
|
|
|
];
|