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

const QUERY = 'prinltn';
const FILTER_CRATE = 'std';

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