rustdoc: add test case based on #103357
This commit is contained in:
parent
39fd4bb476
commit
616a0db7d6
1 changed files with 10 additions and 0 deletions
10
tests/rustdoc-js-std/regex.js
Normal file
10
tests/rustdoc-js-std/regex.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
// exact-check
|
||||
|
||||
// https://github.com/rust-lang/rust/issues/103357
|
||||
const QUERY = 'regex';
|
||||
|
||||
const EXPECTED = {
|
||||
'others': [],
|
||||
'in_args': [],
|
||||
'returned': [],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue