summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-js-std/vec-new.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-js-std/vec-new.js')
-rw-r--r--src/test/rustdoc-js-std/vec-new.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/rustdoc-js-std/vec-new.js b/src/test/rustdoc-js-std/vec-new.js
new file mode 100644
index 000000000..cd0e8e7b4
--- /dev/null
+++ b/src/test/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' },
+ ],
+};