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

9 lines
238 B
JavaScript
Raw Normal View History

2018-01-07 16:20:25 +01:00
const EXPECTED = {
2023-06-09 16:49:38 +02:00
'query': 'from_u',
2018-01-07 16:20:25 +01:00
'others': [
{ 'path': 'std::char', 'name': 'from_u32' },
{ 'path': 'std::str', 'name': 'from_utf8' },
{ 'path': 'std::string::String', 'name': 'from_utf8' },
],
};