Skip to content

Commit

Permalink
fix: update completer to generate REPL completions for member express…
Browse files Browse the repository at this point in the history
…ions

PR-URL: #2883
Closes: #2882
Reviewed-by: Athan Reines <[email protected]>
Signed-off-by: Snehil Shah <[email protected]>
  • Loading branch information
Snehil-Shah authored Sep 7, 2024
1 parent 6a6bc1d commit 890427d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* // returns true
*/
function createRegExp() {
return /[`~!@#%^&*()-=+[\]{}\\/|;:'",<>?. ]/;
return /[`~!@#%^&*()\-=+[\]{}\\/|;:'",<>? ]/;
}


Expand Down

1 comment on commit 890427d

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
repl $\color{red}10413/12996$
$\color{green}+80.12\%$
$\color{red}635/863$
$\color{green}+73.58\%$
$\color{red}146/232$
$\color{green}+62.93\%$
$\color{red}10413/12996$
$\color{green}+80.12\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.