Rename rustdoc js test suites
This commit is contained in:
parent
834347ddaf
commit
aa3ca321e9
27 changed files with 93 additions and 100 deletions
8
src/test/rustdoc-js-std/struct-vec.js
Normal file
8
src/test/rustdoc-js-std/struct-vec.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const QUERY = 'struct:Vec';
|
||||
|
||||
const EXPECTED = {
|
||||
'others': [
|
||||
{ 'path': 'std::vec', 'name': 'Vec' },
|
||||
{ 'path': 'std::collections', 'name': 'VecDeque' },
|
||||
],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue