13 lines
269 B
JavaScript
Raw Normal View History

// ignore-order
2018-04-19 20:14:47 +02:00
const QUERY = '+';
const EXPECTED = {
'others': [
2020-05-01 00:43:55 +02:00
{ 'path': 'core', 'name': 'AddAssign' },
{ 'path': 'core', 'name': 'Add' },
{ 'path': 'std', 'name': 'AddAssign' },
{ 'path': 'std::ops', 'name': 'Add' },
2018-04-19 20:14:47 +02:00
],
};