We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fd4bb commit 616a0dbCopy full SHA for 616a0db
tests/rustdoc-js-std/regex.js
@@ -0,0 +1,10 @@
1
+// exact-check
2
+
3
+// https://github.com/rust-lang/rust/issues/103357
4
+const QUERY = 'regex';
5
6
+const EXPECTED = {
7
+ 'others': [],
8
+ 'in_args': [],
9
+ 'returned': [],
10
+};
0 commit comments