Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
265 B
JavaScript
Raw Normal View History

2018-04-19 20:14:47 +02:00
const EXPECTED = {
2023-06-09 16:49:38 +02:00
'query': '+',
2018-04-19 20:14:47 +02:00
'others': [
2020-05-04 14:51:06 +02:00
{ 'path': 'std::ops', 'name': 'AddAssign' },
{ 'path': 'std::ops', 'name': 'Add' },
2020-05-07 21:42:41 +02:00
{ 'path': 'core::ops', 'name': 'AddAssign' },
{ 'path': 'core::ops', 'name': 'Add' },
2018-04-19 20:14:47 +02:00
],
};