about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/vec-new.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-js-std/vec-new.js')
-rw-r--r--tests/rustdoc-js-std/vec-new.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/rustdoc-js-std/vec-new.js b/tests/rustdoc-js-std/vec-new.js
new file mode 100644
index 00000000000..cd0e8e7b4a9
--- /dev/null
+++ b/tests/rustdoc-js-std/vec-new.js
@@ -0,0 +1,9 @@
+const QUERY = 'Vec::new';
+
+const EXPECTED = {
+    'others': [
+        { 'path': 'std::vec::Vec', 'name': 'new' },
+        { 'path': 'std::vec::Vec', 'name': 'ne' },
+        { 'path': 'alloc::vec::Vec', 'name': 'ne' },
+    ],
+};