Rename rustdoc js test suites
This commit is contained in:
13
src/test/rustdoc-js-std/quoted.js
Normal file
13
src/test/rustdoc-js-std/quoted.js
Normal 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' },
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user