summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js-std/string-from_ut.js
blob: f9edf4408db858f4578c1fb5c10b7c3462e275b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
const QUERY = 'String::from_ut';

const EXPECTED = {
    'others': [
        { 'path': 'std::string::String', 'name': 'from_utf8' },
        { 'path': 'std::string::String', 'name': 'from_utf8' },
        { 'path': 'std::string::String', 'name': 'from_utf8_lossy' },
        { 'path': 'std::string::String', 'name': 'from_utf16_lossy' },
        { 'path': 'std::string::String', 'name': 'from_utf8_unchecked' },
    ],
};