Sign in
rust
/
rust
/
be90b53d2b756c83f14ea80c4e607fc81dfa3d1d
/
.
/
tests
/
rustdoc-js
/
search-short-types.js
blob: 3b2f15a40bf87448fb9f441266e1934d1a6c6301 [
file
] [
log
] [
blame
]
const
QUERY
=
'P'
;
const
EXPECTED
=
{
'others'
:
[
{
'path'
:
'search_short_types'
,
'name'
:
'P'
},
{
'path'
:
'search_short_types::VeryLongTypeName'
,
'name'
:
'p'
},
{
'path'
:
'search_short_types'
,
'name'
:
'Pa'
},
],
};