2023-03-07 12:21:12 -06:00
|
|
|
const QUERY = ['trait<nested>', '-> trait<nested>', 't1, t2', '-> shazam', 'drizzel -> shazam'];
|
2023-03-03 21:23:00 -06:00
|
|
|
|
|
|
|
const EXPECTED = [
|
|
|
|
{
|
|
|
|
'in_args': [
|
|
|
|
{ 'path': 'where_clause', 'name': 'abracadabra' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'where_clause', 'name': 'alacazam' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'where_clause', 'name': 'presto' },
|
|
|
|
],
|
|
|
|
},
|
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' },
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
'others': [
|
|
|
|
{ 'path': 'where_clause::Drizzel', 'name': 'boppety' },
|
2023-03-07 11:06:42 -06:00
|
|
|
],
|
|
|
|
},
|
2023-03-03 21:23:00 -06:00
|
|
|
];
|