summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js-std/filter-crate.js
blob: 95f2969d29924dbe1cde83977043be45e441d1d8 (plain)
1
2
3
4
5
6
7
8
9
// exact-check

const FILTER_CRATE = 'core';

const EXPECTED = {
    'query': 'hashmap',
    'others': [
    ],
};