summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js-std/typed-query.js
blob: 8e84645889adfcfe066b205db5fe444aee4d8cd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// exact-check

const FILTER_CRATE = 'std';

const EXPECTED = {
    'query': 'macro:print',
    'others': [
        { 'path': 'std', 'name': 'print' },
        { 'path': 'std', 'name': 'println' },
        { 'path': 'std', 'name': 'eprint' },
        { 'path': 'std', 'name': 'eprintln' },
    ],
};