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