mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
20 lines
399 B
JavaScript
20 lines
399 B
JavaScript
const QUERY = ['trait<nested>', '-> trait<nested>', 't1, t2'];
|
|
|
|
const EXPECTED = [
|
|
{
|
|
'in_args': [
|
|
{ 'path': 'where_clause', 'name': 'abracadabra' },
|
|
],
|
|
},
|
|
{
|
|
'others': [
|
|
{ 'path': 'where_clause', 'name': 'alacazam' },
|
|
],
|
|
},
|
|
{
|
|
'others': [
|
|
{ 'path': 'where_clause', 'name': 'presto' },
|
|
],
|
|
},
|
|
];
|