rustdoc: expand regression test for #146214
This commit is contained in:
parent
07072812ca
commit
3ba87c4b33
1 changed files with 13 additions and 0 deletions
|
|
@ -16,4 +16,17 @@ const EXPECTED = [
|
|||
{ 'path': 'alias_path_distance::Foo', 'name': 'baz' },
|
||||
],
|
||||
},
|
||||
{
|
||||
'query': 'Foo::zzzz',
|
||||
'others': [
|
||||
{ 'path': 'alias_path_distance::Foo', 'name': 'baz' },
|
||||
],
|
||||
},
|
||||
{
|
||||
'query': 'zzzz',
|
||||
'others': [
|
||||
{ 'path': 'alias_path_distance::Foo', 'name': 'baz' },
|
||||
{ 'path': 'alias_path_distance::Bar', 'name': 'baz' },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue