summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js-std/from_u.js
blob: 7c9375ba529a8d9ac8ee620f6fa71b92c482b7cc (plain)
1
2
3
4
5
6
7
8
const EXPECTED = {
    'query': 'from_u',
    'others': [
        { 'path': 'std::char', 'name': 'from_u32' },
        { 'path': 'std::str', 'name': 'from_utf8' },
        { 'path': 'std::string::String', 'name': 'from_utf8' },
    ],
};