summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js/foreign-type-path.js
blob: b11123d3ed9b15bda26b105b98e4bd6579ca66d3 (plain)
1
2
3
4
5
6
7
8
const EXPECTED = {
    'query': 'MyForeignType::my_method',
    'others': [
        // Test case for https://github.com/rust-lang/rust/pull/96887#pullrequestreview-967154358
        // Validates that the parent path for a foreign type method is correct.
        { 'path': 'foreign_type_path::aaaaaaa::MyForeignType', 'name': 'my_method' },
    ],
};