Skip to content

Commit

Permalink
rustdoc: update test cases to match with stricter match criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Jan 21, 2023
1 parent 8211760 commit 39fd4bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/rustdoc-js-std/typed-query.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ const EXPECTED = {
{ 'path': 'std', 'name': 'println' },
{ 'path': 'std', 'name': 'eprint' },
{ 'path': 'std', 'name': 'eprintln' },
{ 'path': 'std::pin', 'name': 'pin' },
],
};
1 change: 0 additions & 1 deletion tests/rustdoc-js/module-substring.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ const EXPECTED = {
'others': [
{ 'path': 'module_substring::Sig', 'name': 'pc' },
{ 'path': 'module_substring::Si', 'name': 'pc' },
{ 'path': 'module_substring::Si', 'name': 'pa' },
],
};

0 comments on commit 39fd4bb

Please sign in to comment.