Rename rustdoc js test suites

This commit is contained in:
Guillaume Gomez 2019-02-24 00:08:43 +01:00
parent 834347ddaf
commit aa3ca321e9
27 changed files with 93 additions and 100 deletions

View file

@ -1,11 +0,0 @@
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' },
],
};