diff options
Diffstat (limited to 'tests/rustdoc-js/exact-match.js')
-rw-r--r-- | tests/rustdoc-js/exact-match.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/rustdoc-js/exact-match.js b/tests/rustdoc-js/exact-match.js new file mode 100644 index 000000000..b0a411bee --- /dev/null +++ b/tests/rustdoc-js/exact-match.js @@ -0,0 +1,9 @@ +const QUERY = 'si::pc'; + +const EXPECTED = { + 'others': [ + { 'path': 'exact_match::Si', 'name': 'pc' }, + { 'path': 'exact_match::Psi', 'name': 'pc' }, + { 'path': 'exact_match::Si', 'name': 'pa' }, + ], +}; |