about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/alias-2.js
blob: 9e97501e4432421113875ba23037f1265311bedb (plain)
1
2
3
4
5
6
7
const EXPECTED = {
    'query': '+',
    'others': [
        { 'path': 'std::ops', 'name': 'Add' },
        { 'path': 'std::ops', 'name': 'AddAssign' },
    ],
};