const EXPECTED = [
    {
        'query': 'i8',
        'others': [
            {
                'path': 'std',
                'name': 'i8',
                'href': '../std/primitive.i8.html',
            },
        ]
    },
    {
        'query': 'u32',
        'others': [
            {
                'path': 'std',
                'name': 'u32',
                'href': '../std/primitive.u32.html',
            },
        ]
    },
    {
        'query': 'str',
        'others': [
            {
                'path': 'std',
                'name': 'str',
                'href': '../std/primitive.str.html',
            },
        ]
    },
    {
        'query': 'char',
        'others': [
            {
                'path': 'std',
                'name': 'char',
                'href': '../std/primitive.char.html',
            },
        ]
    },
    {
        'query': 'unit',
        'others': [
            {
                'path': 'std',
                'name': 'unit',
                'href': '../std/primitive.unit.html',
            },
        ]
    },
    {
        'query': 'tuple',
        'others': [
            {
                'path': 'std',
                'name': 'tuple',
                'href': '../std/primitive.tuple.html',
            },
        ]
    },
    {
        'query': 'fn',
        'others': [
            {
                'path': 'std',
                'name': 'fn',
                'href': '../std/primitive.fn.html',
            },
        ]
    },
];