about summary refs log tree commit diff
path: root/src/test/rustdoc-js-std/multi-query.js
blob: 01e54065189c54e592c4a5281b1c246c896b20b2 (plain)
1
2
3
4
5
6
7
8
9
const QUERY = 'str,u8';

const EXPECTED = {
    'others': [
        { 'path': 'std', 'name': 'str' },
        { 'path': 'std', 'name': 'u8' },
        { 'path': 'std::ffi', 'name': 'CStr' },
    ],
};