blob: e08d94533a9399c1248f45df36a7f9344a53b652 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | // AsciiChar has a doc alias on its reexport and we
// want to make sure that actually works correctly,
// since apperently there are no other tests for this.
const EXPECTED = [
    {
        'query': 'AsciiChar',
        'others': [
            { 'path': 'core::ascii', 'name': 'Char' },
        ],
    },
];
 |