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,8 @@
const QUERY = 'struct:Vec';
const EXPECTED = {
'others': [
{ 'path': 'std::vec', 'name': 'Vec' },
{ 'path': 'std::collections', 'name': 'VecDeque' },
],
};