blob: e3f3cd436aa6ae9267a934ff1862b78fa37d99fb (
plain)
1
2
3
4
5
6
7
8
9
|
const QUERY = 'from_u';
const EXPECTED = {
'others': [
{ 'path': 'std::char', 'name': 'from_u32' },
{ 'path': 'std::str', 'name': 'from_utf8' },
{ 'path': 'std::string::String', 'name': 'from_utf8' },
],
};
|