Skip to content

Commit 52c99e6

Browse files
Add regression test for including derive macros in macro filtering
1 parent 857a187 commit 52c99e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// This test ensures that filtering on "macro" will also include attribute and derive
2+
// macros.
3+
4+
const EXPECTED = {
5+
'query': 'macro:debug',
6+
'others': [
7+
{ 'path': 'std::fmt', 'name': 'Debug', 'href': '../std/fmt/derive.Debug.html' },
8+
],
9+
};

0 commit comments

Comments
 (0)