summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-js-std/string-from_ut.js
blob: 1fff6ee28bb42e21f255b031b0c22f65b67e5bde (plain)
1
2
3
4
5
6
7
8
9
10
const EXPECTED = {
    'query': 'String::from_ut',
    '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' },
    ],
};