rustdoc-search: allow trailing Foo ->
arg search
This commit is contained in:
parent
9c01301c52
commit
3699e939e8
5 changed files with 81 additions and 14 deletions
|
@ -1,6 +1,13 @@
|
|||
// exact-check
|
||||
|
||||
const EXPECTED = [
|
||||
{
|
||||
'query': '! ->',
|
||||
'others': [
|
||||
{ 'path': 'never_search', 'name': 'impossible' },
|
||||
{ 'path': 'never_search', 'name': 'box_impossible' },
|
||||
],
|
||||
},
|
||||
{
|
||||
'query': '-> !',
|
||||
'others': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue