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