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

const EXPECTED = {
    'others': [
        { 'path': 'std', 'name': 'str', 'href': '../std/primitive.str.html' },
        { 'path': 'std', 'name': 'u8', 'href': '../std/primitive.u8.html'  },
        { 'path': 'std', 'name': 'str', 'href': '../std/str/index.html' },
        { 'path': 'std', 'name': 'u8', 'href': '../std/u8/index.html' },
    ],
};