blob: 4c8ec77030b42430c0e1d3fd3d26abe33b3df3c0 [file] [log] [blame]
// This test ensures that filtering on "macro" will also include attribute and derive
// macros.
const EXPECTED = {
'query': 'macro:debug',
'others': [
{ 'path': 'std::fmt', 'name': 'Debug', 'href': '../std/fmt/derive.Debug.html' },
],
};