mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
rustdoc: add test case based on #103357
This commit is contained in:
parent
39fd4bb476
commit
616a0db7d6
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…
Reference in New Issue
Block a user