rustdoc: update search test cases
This commit is contained in:
parent
59ba74cacb
commit
db558b4686
4 changed files with 6 additions and 6 deletions
|
@ -3,8 +3,8 @@ const QUERY = 'macro:print';
|
|||
const EXPECTED = {
|
||||
'others': [
|
||||
{ 'path': 'std', 'name': 'print' },
|
||||
{ 'path': 'std', 'name': 'eprint' },
|
||||
{ 'path': 'std', 'name': 'println' },
|
||||
{ 'path': 'std', 'name': 'eprint' },
|
||||
{ 'path': 'std', 'name': 'eprintln' },
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue