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

@@ -0,0 +1,13 @@
const QUERY = '"error"';
const EXPECTED = {
'others': [
{ 'path': 'std', 'name': 'error' },
{ 'path': 'std::fmt', 'name': 'Error' },
{ 'path': 'std::io', 'name': 'Error' },
],
'in_args': [],
'returned': [
{ 'path': 'std::fmt::LowerExp', 'name': 'fmt' },
],
};