Move /src/test to /tests

This commit is contained in:
Albert Larsan
2023-01-05 09:13:28 +01:00
parent ca855e6e42
commit cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
const QUERY = 'String::from_ut';
const EXPECTED = {
'others': [
{ 'path': 'std::string::String', 'name': 'from_utf8' },
{ 'path': 'std::string::String', 'name': 'from_utf8' },
{ 'path': 'std::string::String', 'name': 'from_utf8_lossy' },
{ 'path': 'std::string::String', 'name': 'from_utf16_lossy' },
{ 'path': 'std::string::String', 'name': 'from_utf8_unchecked' },
],
};