// exact-check const QUERY = [ '-> Out>', '-> Out>', '-> Out', '-> Out', ]; const EXPECTED = [ { // -> Out> 'others': [ { 'path': 'generics_nested', 'name': 'alef' }, ], }, { // -> Out> 'others': [], }, { // -> Out 'others': [ { 'path': 'generics_nested', 'name': 'bet' }, ], }, { // -> Out 'others': [ { 'path': 'generics_nested', 'name': 'bet' }, ], }, ];