Add tests for type-based search
This commit is contained in:
parent
09160b3f45
commit
05eda41658
3 changed files with 48 additions and 0 deletions
7
tests/rustdoc-js-std/full-path-function.js
Normal file
7
tests/rustdoc-js-std/full-path-function.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const EXPECTED = {
|
||||
'query': 'vec::vec -> usize',
|
||||
'others': [
|
||||
{ 'path': 'std::vec::Vec', 'name': 'len' },
|
||||
{ 'path': 'std::vec::Vec', 'name': 'capacity' },
|
||||
],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue