diff options
Diffstat (limited to 'tests/rustdoc-js/reexport-dedup-macro.js')
| -rw-r--r-- | tests/rustdoc-js/reexport-dedup-macro.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/rustdoc-js/reexport-dedup-macro.js b/tests/rustdoc-js/reexport-dedup-macro.js new file mode 100644 index 00000000000..bc42fc3a8d5 --- /dev/null +++ b/tests/rustdoc-js/reexport-dedup-macro.js @@ -0,0 +1,11 @@ +// exact-check + +const EXPECTED = [ + { + 'query': 'vec', + 'others': [ + { 'path': 'foo', 'name': 'vec', 'exactPath': 'macro_in_module' }, + { 'path': 'foo', 'name': 'myspecialvec', 'exactPath': 'foo' }, + ], + }, +]; |
