Skip to content

Commit

Permalink
rustdoc: add test case based on #103357
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Jan 24, 2023
1 parent 39fd4bb commit 616a0db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/rustdoc-js-std/regex.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// exact-check

// https://github.com/rust-lang/rust/issues/103357
const QUERY = 'regex';

const EXPECTED = {
'others': [],
'in_args': [],
'returned': [],
};

0 comments on commit 616a0db

Please sign in to comment.