const EXPECTED = { | |
'query': '&', | |
'others': [ | |
{ | |
'path': 'std', | |
'name': 'reference', | |
'desc': "References, <code>&T</code> and <code>&mut T</code>.", | |
}, | |
{ | |
'path': 'std::ops', | |
'name': 'BitAnd', | |
'desc': "The bitwise AND operator <code>&</code>.", | |
}, | |
], | |
}; |