Skip to content

Commit 616a0db

Browse files
committed
rustdoc: add test case based on #103357
1 parent 39fd4bb commit 616a0db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/rustdoc-js-std/regex.js

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)